[issue25407] Update PEP 4 to keep modules in Python 3

2015-10-16 Thread Brett Cannon
Changes by Brett Cannon : -- resolution: -> fixed stage: -> resolved status: open -> closed ___ Python tracker ___ ___ Python-bugs-l

[issue25407] Update PEP 4 to keep modules in Python 3

2015-10-16 Thread Roundup Robot
Roundup Robot added the comment: 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

[issue25407] Update PEP 4 to keep modules in Python 3

2015-10-14 Thread Brett Cannon
New submission from Brett Cannon: 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 updati