Issue #23437: Update NEWS and whatsnew/3.5

This commit is contained in:
Steve Dower 2015-02-14 12:07:59 -08:00
parent cc115eea0c
commit 8dcc1a9f96
2 changed files with 13 additions and 0 deletions

View File

@ -342,6 +342,13 @@ socket
:meth:`socket.socket.send`.
(Contributed by Giampaolo Rodola' in :issue:`17552`.)
sysconfig
---------
* The user scripts directory on Windows is now versioned.
(Contributed by Paul Moore in :issue:`23437`.)
tarfile
-------

View File

@ -39,6 +39,12 @@ Build
- Issue #23445: pydebug builds now use "gcc -Og" where possible, to make
the resulting executable faster.
Windows
-------
- Issue #23437: Make user scripts directory versioned on Windows. Patch by Paul
Moore.
What's New in Python 3.5 alpha 1?
=================================