cpython/Doc/reference
Miss Islington (bot) 858ea4354f [3.6] bpo-31799: Make module.__spec__ more discoverable (GH-4010) (#4021)
bpo-31799: Make module.__spec__ more discoverable
(cherry picked from commit 191e313820)
2017-10-17 15:59:21 -04:00
..
compound_stmts.rst Issue #28091: Document PEP 525 & PEP 530. 2016-12-15 17:36:05 -05:00
datamodel.rst [3.6] Mention enum as a potential use for metaclasses (GH-2982) (GH-3527) 2017-09-12 21:55:23 -07:00
executionmodel.rst [3.6] bpo-30372: Clarify that '__builtins__' is a CPython Implementation detail (GH-1725) (GH-1727) 2017-05-22 14:36:19 -07:00
expressions.rst bpo-31501: Operator precedence description for arithmetic operators (GH-3633) (GH-3638) 2017-09-19 15:48:29 -07:00
grammar.rst
import.rst [3.6] bpo-31799: Make module.__spec__ more discoverable (GH-4010) (#4021) 2017-10-17 15:59:21 -04:00
index.rst
introduction.rst Python for .NET has moved to Github. 2016-02-03 22:05:46 -06:00
lexical_analysis.rst bpo-31571: Remove duplicated info in Lexical Analysis documentation (GH-3691) (GH-3754) 2017-09-25 16:23:33 -07:00
simple_stmts.rst bpo-31621: Fix typo in Simple Statements documentation (GH-3809) (GH-3810) 2017-09-28 13:00:17 -07:00
toplevel_components.rst