cpython/Doc/reference
Brett Cannon 1b5123aae5 Issue #14628: Document the fact that import always returns the module
as found in sys.modules and not as what the loader returns (even
though it is required to by PEP 302).
2012-04-20 15:57:46 -04:00
..
compound_stmts.rst Closes #14186: add link to PEP 3107 (function annotations) to the function definition section. 2012-03-10 09:22:47 +01:00
datamodel.rst remove unapplicable statement 2012-02-21 18:03:26 -05:00
executionmodel.rst
expressions.rst
grammar.rst
index.rst
introduction.rst
lexical_analysis.rst Basic documentation for PEP 414 2012-03-04 12:33:51 +00:00
simple_stmts.rst Issue #14628: Document the fact that import always returns the module 2012-04-20 15:57:46 -04:00
toplevel_components.rst