summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@microsoft.com>2015-02-14 20:07:59 (GMT)
committerSteve Dower <steve.dower@microsoft.com>2015-02-14 20:07:59 (GMT)
commit8dcc1a9f96489bbd741a18fc3581a4778bc62d3b (patch)
tree734a74ccba8c8eeb432054d4d5a7d0f63287ca02
parentcc115eea0c3399ee77b4576212bf29b7b018f1fd (diff)
downloadcpython-8dcc1a9f96489bbd741a18fc3581a4778bc62d3b.zip
cpython-8dcc1a9f96489bbd741a18fc3581a4778bc62d3b.tar.gz
cpython-8dcc1a9f96489bbd741a18fc3581a4778bc62d3b.tar.bz2
Issue #23437: Update NEWS and whatsnew/3.5
-rw-r--r--Doc/whatsnew/3.5.rst7
-rw-r--r--Misc/NEWS6
2 files changed, 13 insertions, 0 deletions
diff --git a/Doc/whatsnew/3.5.rst b/Doc/whatsnew/3.5.rst
index c8be694..50ff1c1 100644
--- a/Doc/whatsnew/3.5.rst
+++ b/Doc/whatsnew/3.5.rst
@@ -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
-------
diff --git a/Misc/NEWS b/Misc/NEWS
index 9259d2c..4625134 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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?
=================================