Issue 25407: Update PEP 4 to keep modules in Python 3 (original) (raw)

This issue has been migrated to GitHub: https://github.com/python/cpython/issues/69593

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:22 admin set github: 69593
2015-10-16 19:12:42 brett.cannon set status: open -> closedresolution: fixedstage: resolved
2015-10-16 19:10:03 python-dev set nosy: + python-devmessages: +
2015-10-14 15:59:16 brett.cannon create