[issue25082] Editing What's New In Python 3.5

2015-09-13 Thread Serhiy Storchaka
New submission from Serhiy Storchaka: Added this issue as a place for discussion and release blocker for 3.5. -- assignee: yselivanov components: Documentation messages: 250549 nosy: larry, serhiy.storchaka, yselivanov priority: release blocker severity: normal status: open title:

[issue25082] Editing What's New In Python 3.5

2015-09-13 Thread Larry Hastings
Larry Hastings added the comment: You wait until the day of release for 3.5.0 final, then create a "release blocker" because some items in the What's New documentation aren't lexographically sorted? We tagged the release yesterday. The installers are already built. I am not holding up the

[issue25082] Editing What's New In Python 3.5

2015-09-13 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Personally I found few interesting Python 3.5 features just reading recent commit log for Doc/whatsnew/3.5.rst. Without this they would be unknown for me. -- ___ Python tracker

[issue25082] Editing What's New In Python 3.5

2015-09-13 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Sorry, but I thought that such issue already exist. Yury and Elvis made a lot of changes in What's New in few last days and continue to edit it. Are these changes included in 3.5.0 final? Without their What's New just isn't ready. --

[issue25082] Editing What's New In Python 3.5

2015-09-13 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Some modules in the "Improved Modules" section are out of lexicographic order: csv, ssl. -- ___ Python tracker ___

[issue25082] Editing What's New In Python 3.5

2015-09-13 Thread Stefan Behnel
Stefan Behnel added the comment: Thanks, Yury! -- ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue25082] Editing What's New In Python 3.5

2015-09-13 Thread Elvis Pranskevichus
Elvis Pranskevichus added the comment: Larry, it looks like the "Detailed Release Information" link on the release page still points to rc3, which is a 404 now. Also, there doesn't seem to be a link to the "What's new" document, only a Misc/NEWS link. --

[issue25082] Editing What's New In Python 3.5

2015-09-13 Thread Yury Selivanov
Yury Selivanov added the comment: And can we point https://docs.python.org/3/ to 3.5 docs? -- ___ Python tracker ___

[issue25082] Editing What's New In Python 3.5

2015-09-13 Thread Yury Selivanov
Yury Selivanov added the comment: Larry, Please rebuild the documentation, we've pushed the last round of edits in 746add37495c. Also, could you please merge 3.5 into default -- I don't know how to resolve some conflicts after your 3.5.0 -> 3.5 merge. > I could add a "What's New" link

[issue25082] Editing What's New In Python 3.5

2015-09-13 Thread Larry Hastings
Larry Hastings added the comment: I don't know how to do it. I asked the Documentation Expert member of the Python 3.5 release team, but it seems he's afk at the moment. I'm trying to find someone else who knows how to do it. -- ___ Python

[issue25082] Editing What's New In Python 3.5

2015-09-13 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: ssl should be between sqlite3 and subprocess. -- ___ Python tracker ___

[issue25082] Editing What's New In Python 3.5

2015-09-13 Thread Stefan Behnel
Stefan Behnel added the comment: Could I get a little note in the collections.abc section that the new ABCs "Generator", "Coroutine" and "Awaitable" are available as backports in the "backports_abc" package on PyPI? https://pypi.python.org/pypi/backports_abc I'd like to prevent others from

[issue25082] Editing What's New In Python 3.5

2015-09-13 Thread Roundup Robot
Roundup Robot added the comment: New changeset aa288ad94089 by Yury Selivanov in branch '3.5': whatsnew/3.5: Fix typo (issue #25082) https://hg.python.org/cpython/rev/aa288ad94089 -- ___ Python tracker

[issue25082] Editing What's New In Python 3.5

2015-09-13 Thread Larry Hastings
Larry Hastings added the comment: I'm hoping to release 3.5.0 final in the next hour or two. I don't want to hold up the release for your changes. However, when you're done making changes to the document, and they're all checked in, let me know and I'll manually build it and push it to the

[issue25082] Editing What's New In Python 3.5

2015-09-13 Thread Elvis Pranskevichus
Changes by Elvis Pranskevichus : -- nosy: +Elvis.Pranskevichus ___ Python tracker ___ ___

[issue25082] Editing What's New In Python 3.5

2015-09-13 Thread Larry Hastings
Larry Hastings added the comment: The "Detailed Release Information" link is correct. You probably just have an old cached copy of something. I could add a "What's New" link somewhere. Though both of these things are interesting, neither of them is relevant to this issue. Maybe you could

[issue25082] Editing What's New In Python 3.5

2015-09-13 Thread Yury Selivanov
Yury Selivanov added the comment: > Some modules in the "Improved Modules" section are out of lexicographic > order: csv, ssl. Yes, these two weren't properly ordered by *2nd* letter. Fixed. >>-constructor. All converters defined in config parser (either by subclassing >>or Good catch.

[issue25082] Editing What's New In Python 3.5

2015-09-13 Thread Yury Selivanov
Yury Selivanov added the comment: > ssl should be between sqlite3 and subprocess. It makes sense that ssl module description follows the socket module. -- resolution: -> fixed stage: -> resolved status: open -> closed ___ Python tracker

[issue25082] Editing What's New In Python 3.5

2015-09-13 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Many thanks to Yury and Elvis for your work on What's New. -- ___ Python tracker ___

[issue25082] Editing What's New In Python 3.5

2015-09-13 Thread Yury Selivanov
Yury Selivanov added the comment: Thanks, Serhiy! -- ___ Python tracker ___ ___ Python-bugs-list mailing list