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 PEP 4 to keep modules in Python 3
Type: Stage: resolved
Components: Documentation Versions:
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: brett.cannon Nosy List: brett.cannon, python-dev
Priority: normal Keywords:

Created on 2015-10-14 15:59 by brett.cannon, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Messages (2)
msg253001 - (view) Author: Brett Cannon (brett.cannon) * (Python committer) Date: 2015-10-14 15:59
In https://mail.python.org/pipermail/python-dev/2015-September/141499.html I asked if people thought it was okay to deprecate modules in Python 3 but to keep them around until Python 4. People agreed and so now I need to actually execute on that plan by updating PEP 4 and the various deprecation messages in the stdlib.
msg253090 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2015-10-16 19:10
New changeset bcee1364e2dc by Brett Cannon in branch '3.5':
Issue #25407: Drop the mention of the formatter module being removed
https://hg.python.org/cpython/rev/bcee1364e2dc

New changeset 9a0d367b8dd3 by Brett Cannon in branch 'default':
Merge for issue #25407
https://hg.python.org/cpython/rev/9a0d367b8dd3
History
Date User Action Args
2022-04-11 14:58:22adminsetgithub: 69593
2015-10-16 19:12:42brett.cannonsetstatus: open -> closed
resolution: fixed
stage: resolved
2015-10-16 19:10:03python-devsetnosy: + python-dev
messages: + msg253090
2015-10-14 15:59:16brett.cannoncreate