cpython/Doc/reference
Berker Peksag 7e732a7181 Issue #24713: Use importlib.reload() in import reference document.
imp.reload() was deprecated in Python 3.4 and changed to call
importlib.reload().

Patch by Petr Viktorin.
2015-07-25 13:02:37 +03:00
..
compound_stmts.rst Issue #22243: fix except grammar in reference. 2014-08-23 19:29:47 -04:00
datamodel.rst Issue #23912: Fix code formatting in datamodel.rst. 2015-04-11 14:59:30 +03:00
executionmodel.rst remove dead *-import checking code (closes #24049) 2015-04-24 12:02:29 -04:00
expressions.rst fix normalization example (closes #24610) 2015-07-11 16:32:55 -07:00
grammar.rst Merged revisions 65378-65379,65430 via svnmerge from 2008-08-03 09:47:27 +00:00
import.rst Issue #24713: Use importlib.reload() in import reference document. 2015-07-25 13:02:37 +03:00
index.rst Merge from 3.2: remove unneeded "Release" and "Date" markers from index pages. 2012-10-28 11:10:24 -07:00
introduction.rst Fixing broken links in doc, part 3: the rest 2014-10-29 10:26:56 +01:00
lexical_analysis.rst Issue #24219: Remove duplicate literal in docs. 2015-05-22 16:37:49 -07:00
simple_stmts.rst #22613: remaining corrections in extending/reference docs (thanks Jacques Ducasse) 2014-10-31 10:38:49 +01:00
toplevel_components.rst #22613: remaining corrections in extending/reference docs (thanks Jacques Ducasse) 2014-10-31 10:38:49 +01:00