[issue18959] Create a "Superseded modules" section in standard library ToC

2014-10-11 Thread Roundup Robot
Roundup Robot added the comment: New changeset 7276bc0b0318 by Georg Brandl in branch '3.4': Closes #18959: move optparse and imp to new "superseded modules" chapter https://hg.python.org/cpython/rev/7276bc0b0318 -- nosy: +python-dev resolution: -> fixed stage: needs patch -> resolved s

[issue18959] Create a "Superseded modules" section in standard library ToC

2014-10-11 Thread Georg Brandl
Georg Brandl added the comment: Thanks for the patch. -- nosy: +georg.brandl ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue18959] Create a "Superseded modules" section in standard library ToC

2014-06-15 Thread Mark Lawrence
Mark Lawrence added the comment: Would somebody review the attached patch please. -- nosy: +BreamoreBoy ___ Python tracker ___ ___ Pyt

[issue18959] Create a "Superseded modules" section in standard library ToC

2013-10-24 Thread Andrei Dorian Duma
Andrei Dorian Duma added the comment: I changed 'Deprecated Modules' into 'Superseded Modules', as indicated by the issue title. -- Added file: http://bugs.python.org/file32332/doc_add_a_deprecated_modules_heading2.patch ___ Python tracker

[issue18959] Create a "Superseded modules" section in standard library ToC

2013-10-24 Thread Andrei Dorian Duma
Andrei Dorian Duma added the comment: The patch adds a 'Deprecated Modules' heading in the library's ToC and moves 'imp' & 'optparse' to the new entry. -- keywords: +patch nosy: +andrei.duma Added file: http://bugs.python.org/file32331/doc_add_a_deprecated_modules_heading.patch __

[issue18959] Create a "Superseded modules" section in standard library ToC

2013-09-13 Thread Ezio Melotti
Changes by Ezio Melotti : -- nosy: +ezio.melotti ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.p

[issue18959] Create a "Superseded modules" section in standard library ToC

2013-09-07 Thread Hynek Schlawack
Changes by Hynek Schlawack : -- nosy: +hynek ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pytho

[issue18959] Create a "Superseded modules" section in standard library ToC

2013-09-07 Thread Nick Coghlan
New submission from Nick Coghlan: As discussed at the language summit earlier this year [1], it isn't alway easy to tell when glancing through the standard library docs which modules are merely hanging around because removing them would break backwards compatibility. However, after reviewing t