This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Update the language reference for PEP 468.
Type: enhancement Stage: resolved
Components: Documentation Versions: Python 3.6
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: eric.snow Nosy List: eric.snow, python-dev
Priority: normal Keywords:

Created on 2016-09-08 20:59 by eric.snow, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Messages (2)
msg275153 - (view) Author: Eric Snow (eric.snow) * (Python committer) Date: 2016-09-08 20:59
Doc/reference/compound_stmts.rst needs to be updated to reflect the changes from PEP 468.
msg275154 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2016-09-08 21:02
New changeset cdbc5ee744a1 by Eric Snow in branch 'default':
Issue #28030: Update the language reference for PEP 468.
https://hg.python.org/cpython/rev/cdbc5ee744a1
History
Date User Action Args
2022-04-11 14:58:36adminsetgithub: 72217
2016-09-08 21:03:26eric.snowsetstatus: open -> closed
resolution: fixed
stage: resolved
2016-09-08 21:02:27python-devsetnosy: + python-dev
messages: + msg275154
2016-09-08 20:59:20eric.snowcreate