[issue21569] PEP 466: Python 2.7 What's New preamble changes

2014-06-08 Thread Arfrever Frehtes Taifersar Arahesis
Arfrever Frehtes Taifersar Arahesis added the comment: These changes caused this warning (at least on default branch) from Sphinx: ${cpython_working_copy}/Doc/whatsnew/2.7.rst:442: WARNING: undefined label: argparse-from-optparse (if the link has no caption the label must precede a section

[issue21569] PEP 466: Python 2.7 What's New preamble changes

2014-06-08 Thread Nick Coghlan
Nick Coghlan added the comment: Huh, I thought I fixed that before pushing. Maybe I missed a commit after editing... -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue21569 ___

[issue21569] PEP 466: Python 2.7 What's New preamble changes

2014-06-08 Thread Roundup Robot
Roundup Robot added the comment: New changeset 454d4a9a3088 by Nick Coghlan in branch '3.4': Issue #21569: Fix incorrect cross reference http://hg.python.org/cpython/rev/454d4a9a3088 New changeset 524d73b8f29e by Nick Coghlan in branch 'default': Issue #21569: merge from 3.4

[issue21569] PEP 466: Python 2.7 What's New preamble changes

2014-06-07 Thread Roundup Robot
Roundup Robot added the comment: New changeset 7c28b3a92f40 by Nick Coghlan in branch '2.7': Updates to Python 2.7 What's New preamble http://hg.python.org/cpython/rev/7c28b3a92f40 -- nosy: +python-dev ___ Python tracker rep...@bugs.python.org

[issue21569] PEP 466: Python 2.7 What's New preamble changes

2014-06-07 Thread Roundup Robot
Roundup Robot added the comment: New changeset d23cea976f46 by Nick Coghlan in branch '3.4': Issue #21569: sync Python 2.7 What's New with 2.7 version http://hg.python.org/cpython/rev/d23cea976f46 New changeset b167df2912d6 by Nick Coghlan in branch 'default': Merge issue #21569 from 3.4

[issue21569] PEP 466: Python 2.7 What's New preamble changes

2014-06-07 Thread Nick Coghlan
Changes by Nick Coghlan ncogh...@gmail.com: -- resolution: - fixed stage: - resolved status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue21569 ___

[issue21569] PEP 466: Python 2.7 What's New preamble changes

2014-05-31 Thread Nick Coghlan
Nick Coghlan added the comment: New patch, with the new section moved to the end of the file, just before the acknowledgements. It now has subsections for each relevant PEP, as Ezio's comments made me realise that PEP 434 (the IDLE consistency PEP) also deserved a mention. I'm happy with

[issue21569] PEP 466: Python 2.7 What's New preamble changes

2014-05-31 Thread Terry J. Reedy
Terry J. Reedy added the comment: I think the Idle section is such a great idea I propose to add something similar to future What's New for 3.x. See #21621. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue21569

[issue21569] PEP 466: Python 2.7 What's New preamble changes

2014-05-30 Thread Terry J. Reedy
Terry J. Reedy added the comment: Did you intend to upload a diff with the current changes? My answers: * Just describe 466. Don't invite trouble. * Move the section to its logical place in temporal order, with a clear link. -- nosy: +terry.reedy

[issue21569] PEP 466: Python 2.7 What's New preamble changes

2014-05-30 Thread Nick Coghlan
Nick Coghlan added the comment: Ah, that *would* explain the lack of comments. I'll upload the missing patch later today. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue21569 ___

[issue21569] PEP 466: Python 2.7 What's New preamble changes

2014-05-30 Thread Alex Gaynor
Changes by Alex Gaynor alex.gay...@gmail.com: -- nosy: +alex ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue21569 ___ ___ Python-bugs-list mailing

[issue21569] PEP 466: Python 2.7 What's New preamble changes

2014-05-30 Thread Nick Coghlan
Changes by Nick Coghlan ncogh...@gmail.com: -- keywords: +patch Added file: http://bugs.python.org/file35417/py27_whats_new_preamble_changes.diff ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue21569

[issue21569] PEP 466: Python 2.7 What's New preamble changes

2014-05-24 Thread Nick Coghlan
New submission from Nick Coghlan: Some proposed changes to the introductory section of the Python 2.7 What's New document. Key changes: * I updated the Future of Python 2.x section to describe the status quo, rather than preserving the original speculation from 2010 * I added a new section to

[issue21569] PEP 466: Python 2.7 What's New preamble changes

2014-05-24 Thread Nick Coghlan
Nick Coghlan added the comment: Added Brett to the nosy list for feedback, since the porting guide is mostly his work. -- nosy: +brett.cannon ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue21569