[issue17221] Resort Misc/NEWS

2013-10-18 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- stage: commit review -> committed/rejected status: open -> closed ___ Python tracker ___ ___ Python-b

[issue17221] Resort Misc/NEWS

2013-10-15 Thread Roundup Robot
Roundup Robot added the comment: New changeset 484ce82b7873 by Serhiy Storchaka in branch 'default': Issue #17221: Merge 3.4.0 Alpha 1 entries before and after 3.3.1 release candidate 1. http://hg.python.org/cpython/rev/484ce82b7873 -- ___ Python tra

[issue17221] Resort Misc/NEWS

2013-10-15 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- status: closed -> open ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https:/

[issue17221] Resort Misc/NEWS

2013-07-05 Thread Christian Heimes
Christian Heimes added the comment: I think this issue can be closed. :) -- nosy: +christian.heimes resolution: -> fixed status: open -> closed ___ Python tracker ___ __

[issue17221] Resort Misc/NEWS

2013-04-14 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: I commit patches since no one objected. Not all errors are corrected. There are duplicates (`cat Misc/NEWS | sort | uniq -cd | sort -n`). I'm not sure that the line "What's New in Python 3.3.1 release candidate 1?" in Misc/NEWS for 3.4 correct. The differenc

[issue17221] Resort Misc/NEWS

2013-04-14 Thread Roundup Robot
Roundup Robot added the comment: New changeset dbb943399c9b by Serhiy Storchaka in branch '2.7': Issue #17221: Resort Misc/NEWS. http://hg.python.org/cpython/rev/dbb943399c9b New changeset 7da08495b497 by Serhiy Storchaka in branch '3.3': Issue #17221: Resort Misc/NEWS. http://hg.python.org/cpyt

[issue17221] Resort Misc/NEWS

2013-04-07 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- versions: +Python 3.3 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://m

[issue17221] Resort Misc/NEWS

2013-04-07 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: And here is a patch for 3.3. -- Added file: http://bugs.python.org/file29712/NEWS-3.3.patch ___ Python tracker ___ ___

[issue17221] Resort Misc/NEWS

2013-04-07 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Thank you, Terry. Here is a new version of a patch for 3.4. New entries move, IDLE section resorted in a chronological order, duplicates removed, some minor things fixed. -- Added file: http://bugs.python.org/file29711/NEWS-3.4_5.patch _

[issue17221] Resort Misc/NEWS

2013-04-03 Thread Terry J. Reedy
Terry J. Reedy added the comment: There is also this double entry before and after the patch. This is current patch with space and duplicate removed. - Issue #15116: Remove references to appscript as it is no longer being supported. - Issue #15116: Remove references to appscript as it is no

[issue17221] Resort Misc/NEWS

2013-04-03 Thread Terry J. Reedy
Terry J. Reedy added the comment: That was easy. The .patch has a space at the end of this line: - Issue #17028: Allowed Python arguments to be supplied to the Windows which the file, of course, does not. That removed and it applies cleanly. -- ___ Py

[issue17221] Resort Misc/NEWS

2013-04-03 Thread Terry J. Reedy
Terry J. Reedy added the comment: Has anyone checked that the last patch is basically correct? Which is to say, does every entry removed get put back someplace? I tried to import the last patch, NEWS-3.4_3.patch 73/74 chumks were applied, 1 rejected, which can be hand edited. I am willing to do

[issue17221] Resort Misc/NEWS

2013-04-03 Thread Ezio Melotti
Ezio Melotti added the comment: Serhiy, can you update and commit the patch? A new IDLE section would be especially useful for #17506. -- ___ Python tracker ___ _

[issue17221] Resort Misc/NEWS

2013-02-18 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Here is an updated patch. Re-yanked "Extension Modules" section. Changes for 3.4 sorted in chronological order. -- Added file: http://bugs.python.org/file29116/NEWS-3.4_3.patch ___ Python tracker

[issue17221] Resort Misc/NEWS

2013-02-18 Thread Gregory P. Smith
Gregory P. Smith added the comment: re-yank it. that was unintentional. less sections == better. -- ___ Python tracker ___ ___ Pytho

[issue17221] Resort Misc/NEWS

2013-02-18 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- nosy: +gregory.p.smith ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://

[issue17221] Resort Misc/NEWS

2013-02-18 Thread Richard Oudkerk
Richard Oudkerk added the comment: > Was not it be yanked in 1fabff717ef4? Looks like it was reintroduced by this merge changeset: http://hg.python.org/cpython/rev/30fc620e240e -- ___ Python tracker _

[issue17221] Resort Misc/NEWS

2013-02-18 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Was not it be yanked in 1fabff717ef4? -- ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue17221] Resort Misc/NEWS

2013-02-18 Thread Antoine Pitrou
Antoine Pitrou added the comment: > I did not realize there was a 'Extension Modules' section. I have > been putting changes to C extensions in the 'Library' section > instead. It looks like most people do the same as me. I prefer "Library" as well. I think the "Extension Modules" section shou

[issue17221] Resort Misc/NEWS

2013-02-18 Thread Richard Oudkerk
Richard Oudkerk added the comment: I did not realize there was a 'Extension Modules' section. I have been putting changes to C extensions in the 'Library' section instead. It looks like most people do the same as me. -- nosy: +sbt ___ Python track

[issue17221] Resort Misc/NEWS

2013-02-18 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Here is an updated patch. Changes for unittest and doctest reverted. -- Added file: http://bugs.python.org/file29113/NEWS-3.4_2.patch ___ Python tracker _

[issue17221] Resort Misc/NEWS

2013-02-17 Thread Ned Deily
Ned Deily added the comment: kbk has requested in the past that IDLE News items be put in Lib/idlelib/News.txt because it is installed with IDLE and there is a button to display it included in the "About IDLE" window. I know we've not been diligent about doing that, at least, I haven't. I su

[issue17221] Resort Misc/NEWS

2013-02-17 Thread Antoine Pitrou
Antoine Pitrou added the comment: unittest is a library, not a part of the test suite, so its enhancements should remain in the library section. -- nosy: +pitrou ___ Python tracker

[issue17221] Resort Misc/NEWS

2013-02-17 Thread Serhiy Storchaka
New submission from Serhiy Storchaka: The proposed patch moves some Misc/NEWS entities to more appropriate sections (IDLE, C-API, Tests, Documentation, Tools/Demos). Please review. -- assignee: docs@python components: Documentation files: NEWS-3.4.patch keywords: patch messages: 182282