[issue28635] Update What's New for 3.6

2017-01-22 Thread Ned Deily
Ned Deily added the comment: I don't see any reason to keep this open. Thanks so much, Elvis and Yury, for doing such a great job again! -- resolution: -> fixed stage: -> resolved status: open -> closed ___ Python tracker

[issue28635] Update What's New for 3.6

2017-01-22 Thread Elvis Pranskevichus
Elvis Pranskevichus added the comment: I'm pretty sure we're done with What's New for 3.6.0, so, unless it's worth keeping this open for any 3.6.x edits, I'm for closing this. -- ___ Python tracker

[issue28635] Update What's New for 3.6

2017-01-22 Thread Guido van Rossum
Guido van Rossum added the comment: Can this be closed (since 3.6 has been released)? Or is there still more you'd like to do specifically to complete this issue? -- nosy: +gvanrossum ___ Python tracker

[issue28635] Update What's New for 3.6

2016-12-15 Thread Ned Deily
Ned Deily added the comment: [cherrypicked for 3.6.0r2] -- ___ Python tracker ___ ___ Python-bugs-list

[issue28635] Update What's New for 3.6

2016-12-15 Thread Roundup Robot
Roundup Robot added the comment: New changeset cb4ad88fdc91 by Yury Selivanov in branch '3.6': Issue #28635: Drop the note that whatsnew is incomplete https://hg.python.org/cpython/rev/cb4ad88fdc91 New changeset c4d6ef15bb7c by Yury Selivanov in branch '3.6': Issue #28635: asyncio-related fixes

[issue28635] Update What's New for 3.6

2016-12-15 Thread Roundup Robot
Roundup Robot added the comment: New changeset 418ba3a0f090 by Yury Selivanov in branch '3.6': Issue #28635: asyncio-related fixes and additions. https://hg.python.org/cpython/rev/418ba3a0f090 New changeset 83eb8053a4e1 by Yury Selivanov in branch 'default': Merge 3.6 (issue #28635)

[issue28635] Update What's New for 3.6

2016-12-07 Thread Roundup Robot
Roundup Robot added the comment: New changeset d12bc674b74e by Yury Selivanov in branch '3.6': Issue #28635: Drop the note that whatsnew is incomplete https://hg.python.org/cpython/rev/d12bc674b74e New changeset 1883072efc5f by Yury Selivanov in branch 'default': Merge 3.6 (issue #28635)

[issue28635] Update What's New for 3.6

2016-11-28 Thread Roundup Robot
Roundup Robot added the comment: New changeset 52038705827d by Yury Selivanov in branch '3.6': Issue #28635: Document Python 3.6 opcode changes https://hg.python.org/cpython/rev/52038705827d New changeset 48fb6a4cb5f8 by Yury Selivanov in branch 'default': Merge 3.6 (issue #28635)

[issue28635] Update What's New for 3.6

2016-11-26 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: LGTM. Thanks Elvis! -- ___ Python tracker ___ ___ Python-bugs-list

[issue28635] Update What's New for 3.6

2016-11-26 Thread Elvis Pranskevichus
Elvis Pranskevichus added the comment: Here's a patch to add opcode changes to the What's New document. Thanks for pointing this out Serhiy. -- Added file: http://bugs.python.org/file45657/0001-Issue-28635-Document-Python-3.6-opcode-changes.patch

[issue28635] Update What's New for 3.6

2016-11-26 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Please take a look at issue28810. Most bytecode changes are not documented. -- ___ Python tracker ___

[issue28635] Update What's New for 3.6

2016-11-22 Thread Elvis Pranskevichus
Elvis Pranskevichus added the comment: On second thought `-VV` isn't really a porting change, so probably a new section under "Build and C API Changes". Something like "Other Improvements". -- ___ Python tracker

[issue28635] Update What's New for 3.6

2016-11-22 Thread Elvis Pranskevichus
Elvis Pranskevichus added the comment: https://docs.python.org/3.6/whatsnew/3.6.html#changes-in-python-command-behavior seems appropriate. -- ___ Python tracker

[issue28635] Update What's New for 3.6

2016-11-21 Thread INADA Naoki
INADA Naoki added the comment: I added ``-VV`` option to python command (issue28532). Which section should I add the entry about it? -- nosy: +inada.naoki ___ Python tracker

[issue28635] Update What's New for 3.6

2016-11-14 Thread Roundup Robot
Roundup Robot added the comment: New changeset 993215342a95 by Yury Selivanov in branch '3.6': Issue #28635: what's new in 3.6: add a few more notes on typing https://hg.python.org/cpython/rev/993215342a95 New changeset c3b4eea73615 by Yury Selivanov in branch 'default': Merge 3.6 (issue

[issue28635] Update What's New for 3.6

2016-11-13 Thread Elvis Pranskevichus
Elvis Pranskevichus added the comment: Patch with updates attached. Thanks for the feedback guys! -- Added file: http://bugs.python.org/file45474/0001-Issue-28635-what-s-new-in-3.6-add-a-few-more-notes-o.patch ___ Python tracker

[issue28635] Update What's New for 3.6

2016-11-13 Thread Ivan Levkivskyi
Ivan Levkivskyi added the comment: Thank you Yury and Elvis for working on this! I have few more suggestions for What's New: * collections.abc.Reversible (http://bugs.python.org/issue25987). * various ABCs in collections.abc now have means for explicit "anti-registration" by setting a

[issue28635] Update What's New for 3.6

2016-11-12 Thread Yury Selivanov
Yury Selivanov added the comment: I'll go through whatsnew on Monday, fixing errors etc. -- ___ Python tracker ___

[issue28635] Update What's New for 3.6

2016-11-12 Thread Ned Deily
Ned Deily added the comment: There are now a few markup errors that the Docs buildbots are catching. See, for example: http://buildbot.python.org/all/builders/Docs%203.x/builds/2849 -- ___ Python tracker

[issue28635] Update What's New for 3.6

2016-11-10 Thread Alexander Belopolsky
Alexander Belopolsky added the comment: I spotted a small typo in the "PEP 495: Local Time Disambiguation" section: "The values of the fold attribute have the value 0 all instances ..." should be "The values of the fold attribute have the value 0 *for* all instances ..." -- nosy:

[issue28635] Update What's New for 3.6

2016-11-10 Thread Roundup Robot
Roundup Robot added the comment: New changeset 4c81a107ccab by Yury Selivanov in branch '3.6': Issue #28635: what's new in 3.6: remove mentions of backported fixes. https://hg.python.org/cpython/rev/4c81a107ccab New changeset 8ebaa546a033 by Yury Selivanov in branch 'default': Merge 3.6 (issue

[issue28635] Update What's New for 3.6

2016-11-10 Thread Elvis Pranskevichus
Elvis Pranskevichus added the comment: Thanks Serhiy. I removed mentions of things that were indeed fixes backported to 3.5. Other issue references are valid news, including new features to provisional modules backported to 3.5. It is customary to include these in the news for the major

[issue28635] Update What's New for 3.6

2016-11-10 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: +The disassembler now decodes ``FORMAT_VALUE`` argument. +(Contributed by Serhiy Storchaka in :issue:`28317`.) FORMAT_VALUE is new in 3.6. This change should be considered as a part of PEP 498 and is not deserve special mentioning. --

[issue28635] Update What's New for 3.6

2016-11-10 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Patches for following issues was applied in 3.5. They may be bug fixes, not new features. #13248 #16113 #20476 #22115 #23517 #24764 #25590 #25593 #25913 #26470 #26733 #26754 #26801 #27040 #27041 #27243 #27392 #27598 #27691 #27766 #27850 #27932 #28370

[issue28635] Update What's New for 3.6

2016-11-10 Thread Roundup Robot
Roundup Robot added the comment: New changeset c0060567f35d by Yury Selivanov in branch '3.6': Issue #28635: What's New in Python 3.6 updates https://hg.python.org/cpython/rev/c0060567f35d New changeset 69bdf8bdfd61 by Yury Selivanov in branch 'default': Merge 3.6 (issue #28635)

[issue28635] Update What's New for 3.6

2016-11-10 Thread Roundup Robot
Roundup Robot added the comment: New changeset bcd4ab982429 by Yury Selivanov in branch '3.6': Issue #28635: Fix a couple of missing/incorrect versionchanged tags https://hg.python.org/cpython/rev/bcd4ab982429 New changeset 5c4ce500dd35 by Yury Selivanov in branch 'default': Merge 3.6 (issue

[issue28635] Update What's New for 3.6

2016-11-10 Thread Elvis Pranskevichus
Elvis Pranskevichus added the comment: Attached patch for another pass on what's new. -- ___ Python tracker ___

[issue28635] Update What's New for 3.6

2016-11-10 Thread Elvis Pranskevichus
Changes by Elvis Pranskevichus : Added file: http://bugs.python.org/file45428/0001-Issue-28635-Fix-a-couple-of-missing-incorrect-versio.patch ___ Python tracker

[issue28635] Update What's New for 3.6

2016-11-10 Thread Elvis Pranskevichus
Changes by Elvis Pranskevichus : Added file: http://bugs.python.org/file45429/0002-Issue-28635-What-s-New-in-Python-3.6-updates.patch ___ Python tracker

[issue28635] Update What's New for 3.6

2016-11-09 Thread Yury Selivanov
Yury Selivanov added the comment: Elvis, please take a look at http://bugs.python.org/issue28641 -- ___ Python tracker ___

[issue28635] Update What's New for 3.6

2016-11-08 Thread STINNER Victor
STINNER Victor added the comment: Elvis Pranskevichus added the comment: > I'm actually working on a tool that parses Misc/NEWS, cpython and peps repos, > and roundup to gather and organize the changes to make the news editor's job > easier. I don't understand why developers don't do it

[issue28635] Update What's New for 3.6

2016-11-08 Thread Elvis Pranskevichus
Elvis Pranskevichus added the comment: I'm actually working on a tool that parses Misc/NEWS, cpython and peps repos, and roundup to gather and organize the changes to make the news editor's job easier. -- ___ Python tracker

[issue28635] Update What's New for 3.6

2016-11-08 Thread Mark Dickinson
Mark Dickinson added the comment: What no mention of math.tau? It's a PEP-level change! -- nosy: +mark.dickinson ___ Python tracker ___

[issue28635] Update What's New for 3.6

2016-11-08 Thread STINNER Victor
STINNER Victor added the comment: Holy cow, I missed the PEP 628. -- nosy: +haypo ___ Python tracker ___ ___

[issue28635] Update What's New for 3.6

2016-11-08 Thread Elvis Pranskevichus
Elvis Pranskevichus added the comment: The page is a work-in-progress. We'll surely capture all notable changes. -- ___ Python tracker ___

[issue28635] Update What's New for 3.6

2016-11-07 Thread Ned Deily
Changes by Ned Deily : -- nosy: +ned.deily ___ Python tracker ___ ___ Python-bugs-list

[issue28635] Update What's New for 3.6

2016-11-07 Thread Roundup Robot
Roundup Robot added the comment: New changeset 38c806f0943b by Yury Selivanov in branch 'default': Merge 3.6 (issue #28635) https://hg.python.org/cpython/rev/38c806f0943b -- nosy: +python-dev ___ Python tracker

[issue28635] Update What's New for 3.6

2016-11-07 Thread Yury Selivanov
Changes by Yury Selivanov : -- assignee: docs@python -> yselivanov ___ Python tracker ___

[issue28635] Update What's New for 3.6

2016-11-07 Thread Elvis Pranskevichus
New submission from Elvis Pranskevichus: Issue to track edits to "What's New in Python 3.6" -- assignee: docs@python components: Documentation files: 0001-Inital-pass-on-What-s-New-in-Python-3.6.patch keywords: patch messages: 280244 nosy: Elvis.Pranskevichus, docs@python, yselivanov