[Python-checkins] cpython: Issue #23437: Update NEWS and whatsnew/3.5

steve.dower python-checkins at python.org
Sat Feb 14 21:08:20 CET 2015


https://hg.python.org/cpython/rev/a2217106ca5e
changeset:   94610:a2217106ca5e
user:        Steve Dower <steve.dower at microsoft.com>
date:        Sat Feb 14 12:07:59 2015 -0800
summary:
  Issue #23437: Update NEWS and whatsnew/3.5

files:
  Doc/whatsnew/3.5.rst |  7 +++++++
  Misc/NEWS            |  6 ++++++
  2 files changed, 13 insertions(+), 0 deletions(-)


diff --git a/Doc/whatsnew/3.5.rst b/Doc/whatsnew/3.5.rst
--- a/Doc/whatsnew/3.5.rst
+++ b/Doc/whatsnew/3.5.rst
@@ -342,6 +342,13 @@
   :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
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -39,6 +39,12 @@
 - 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?
 =================================

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list