]> granicus.if.org Git - python/commitdiff
Issue #23437: Update NEWS and whatsnew/3.5
authorSteve Dower <steve.dower@microsoft.com>
Sat, 14 Feb 2015 20:07:59 +0000 (12:07 -0800)
committerSteve Dower <steve.dower@microsoft.com>
Sat, 14 Feb 2015 20:07:59 +0000 (12:07 -0800)
Doc/whatsnew/3.5.rst
Misc/NEWS

index c8be6943d4305c266445c5e01c790818e510bc64..50ff1c15d342d17c27eeedbbb38ee93a1e865443 100644 (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
 -------
 
index 9259d2cbc7e30c42e5830ac3fe80206f7626e24e..4625134d278f3269f3f0e479c07d899a828d2455 100644 (file)
--- 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?
 =================================