[issue19861] Update What's New for Python 3.4

2014-03-20 Thread R. David Murray
R. David Murray added the comment: Oh, yeah, it should be. Any further changes should be independent bug reports. -- resolution: -> fixed stage: -> committed/rejected status: open -> closed ___ Python tracker __

[issue19861] Update What's New for Python 3.4

2014-03-20 Thread Zachary Ware
Zachary Ware added the comment: Thanks for the #3158 addition, David :) We've been a week with no more major changes; is this issue done? -- ___ Python tracker ___ _

[issue19861] Update What's New for Python 3.4

2014-03-13 Thread R. David Murray
R. David Murray added the comment: I'm done with everything in my edit queue except the final copy-edit/formatting pass. So if you know of anything missing, let me know. -- ___ Python tracker

[issue19861] Update What's New for Python 3.4

2014-03-11 Thread Roundup Robot
Roundup Robot added the comment: New changeset 996652f3c136 by R David Murray in branch 'default': whatsnew: spelling errors. http://hg.python.org/cpython/rev/996652f3c136 -- ___ Python tracker

[issue19861] Update What's New for Python 3.4

2014-03-11 Thread Jim Jewett
Jim Jewett added the comment: Changes in the Python API: "If you use pyvenv in a script and desire that pip not be installed, you must add --wihtout-pip to your command invocation." --> "If you use pyvenv in a script and desire that pip not be installed, you must add --without-pip to your comm

[issue19861] Update What's New for Python 3.4

2014-03-11 Thread Jim Jewett
Jim Jewett added the comment: "wave can now write output to unssekable files. " --> "wave can now write output to unseekable files. " -- ___ Python tracker ___ __

[issue19861] Update What's New for Python 3.4

2014-03-11 Thread Roundup Robot
Roundup Robot added the comment: New changeset 8520e0ff8e36 by R David Murray in branch 'default': whatsnew: doctest finds tests in extension modules (#3158) http://hg.python.org/cpython/rev/8520e0ff8e36 -- ___ Python tracker

[issue19861] Update What's New for Python 3.4

2014-03-11 Thread Roundup Robot
Roundup Robot added the comment: New changeset 9ec36351f684 by R David Murray in branch 'default': whatsnew: mention that upgrading PIP means it doesn't get unistalled. http://hg.python.org/cpython/rev/9ec36351f684 -- nosy: +python-dev ___ Python trac

[issue19861] Update What's New for Python 3.4

2014-03-11 Thread Zachary Ware
Zachary Ware added the comment: It may warrant a mention that doctest now checks method_descriptors' (C methods) __doc__ for doctests. -- nosy: +zach.ware ___ Python tracker ___

[issue19861] Update What's New for Python 3.4

2014-03-11 Thread R. David Murray
R. David Murray added the comment: Add help mention to summary in 9ae1707d427a. -- ___ Python tracker ___ ___ Python-bugs-list mailing

[issue19861] Update What's New for Python 3.4

2014-03-11 Thread Jim Jewett
Jim Jewett added the comment: "(If the installation has Internet access, it is of course possible to upgrade pip to a release more recent than the bundled pip by using the bundled pip command itself once it is installed.)" --> "(If the installation has Internet access, it is of course possibl

[issue19861] Update What's New for Python 3.4

2014-03-11 Thread Jim Jewett
Jim Jewett added the comment: I do not think it is sufficient to mention the help change under "Other Language Changes", because the people who know to look at that level of detail (let alone that particular location) are not the ones who will be confused. -- _

[issue19861] Update What's New for Python 3.4

2014-03-11 Thread Jim Jewett
Jim Jewett added the comment: Many people will not realize that the interactive help is affected by inspect or pydoc; it would be courteous to mention this. (Viewing http://docs.python.org/dev/whatsnew/3.4.html#summary-release-highlights ) In the highlights (table of contents?) section, subs

[issue19861] Update What's New for Python 3.4

2014-03-11 Thread R. David Murray
R. David Murray added the comment: Not sure how I missed issue 20517, because I remember reading it. Must have been a late night session ;) -- ___ Python tracker ___ __

[issue19861] Update What's New for Python 3.4

2014-03-11 Thread R. David Murray
R. David Murray added the comment: I did not forget about set_executable...that method now works on unix *because* spawn is supported on unix now, so I don't see any need to document that separately. (It didn't previously have an 'availability windows' line, so I think its docs need some impr

[issue19861] Update What's New for Python 3.4

2014-03-11 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Ah, and please document backward-incompatible changes in OSError signature (issue20517). -- ___ Python tracker ___ __

[issue19861] Update What's New for Python 3.4

2014-03-11 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Now almost all listed changes are documented. Great work, David! But you perhaps forgot about changed multiprocessing.set_executable() and new urllib.error.HTTPError.headers. -- ___ Python tracker

[issue19861] Update What's New for Python 3.4

2014-03-04 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: David did and does a great job (many thanks to him), but surprisingly many of changes from msg205005 are still not mentioned in What's New. Improvements and changes in modules: aifc: Any bytes-like objects are now accepted. audioop: Any bytes-like objects

[issue19861] Update What's New for Python 3.4

2014-03-03 Thread Martin v . Löwis
Martin v. Löwis added the comment: I don't think this issue is actually release-critical. The current status of the document is fine for the release, any additions that people find can be added to bugfix releases (and online, of course). The question also is how long this issue itself stays op

[issue19861] Update What's New for Python 3.4

2014-02-15 Thread Ezio Melotti
Changes by Ezio Melotti : -- nosy: +ezio.melotti ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.p

[issue19861] Update What's New for Python 3.4

2013-12-23 Thread R. David Murray
R. David Murray added the comment: Ah, looks like I did miss something. I'll have to sort out what actually changed, since issue 14455 is still open. I'll have to think about whether or not it is appropriate to discuss something that *hasn't* been added yet in whatsnew... -- __

[issue19861] Update What's New for Python 3.4

2013-12-23 Thread R. David Murray
R. David Murray added the comment: Unless I missed something, the changes to plistlib didn't make the Beta cutoff for 3.4, so there's nothing to be done for whatsnew with regard to it. If the current documentation needs clarification, please open a new issue for that topic. -- _

[issue19861] Update What's New for Python 3.4

2013-12-23 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: > For the `plistlib` package, from Apple's own manual[1], there's actually a > third JSON format. See *issue14455.* -- ___ Python tracker __

[issue19861] Update What's New for Python 3.4

2013-12-23 Thread yegle
yegle added the comment: Hi all, It's my first time commenting on this issue tracker so bear with me if this looks naive. For the `plistlib` package, from Apple's own manual[1], there's actually a third JSON format. It'll be good to indicate that `plistlib` doesn't support JSON format in the

[issue19861] Update What's New for Python 3.4

2013-12-21 Thread R. David Murray
R. David Murray added the comment: The command is listed in 'make help'. It was seeing this issue go by that reminded me that this job needed to be done, but it's a big one and will probably take me until the actual release to finish it, assuming I manage to finish. (The 3.3 What's New was ne

[issue19861] Update What's New for Python 3.4

2013-12-21 Thread STINNER Victor
STINNER Victor added the comment: There is a command to generate a list a list versionchanged, but I don't remember it. -- nosy: +haypo ___ Python tracker ___ __

[issue19861] Update What's New for Python 3.4

2013-12-21 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- nosy: +r.david.murray ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://

[issue19861] Update What's New for Python 3.4

2013-12-02 Thread Serhiy Storchaka
New submission from Serhiy Storchaka: Many features and changes were not mentioned in What's New (especially added early). Here is main features which possible worth to mention: abc: The ABC class, the get_cache_token function. aifc: Any bytes-like objects are now accepted. audioop: Any by