Commit 8dcc1a9f authored by Steve Dower's avatar Steve Dower

Issue #23437: Update NEWS and whatsnew/3.5

parent cc115eea
...@@ -342,6 +342,13 @@ socket ...@@ -342,6 +342,13 @@ socket
:meth:`socket.socket.send`. :meth:`socket.socket.send`.
(Contributed by Giampaolo Rodola' in :issue:`17552`.) (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 tarfile
------- -------
......
...@@ -39,6 +39,12 @@ Build ...@@ -39,6 +39,12 @@ Build
- Issue #23445: pydebug builds now use "gcc -Og" where possible, to make - Issue #23445: pydebug builds now use "gcc -Og" where possible, to make
the resulting executable faster. 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? What's New in Python 3.5 alpha 1?
================================= =================================
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment