From: Steve Dower Date: Sat, 14 Feb 2015 20:07:59 +0000 (-0800) Subject: Issue #23437: Update NEWS and whatsnew/3.5 X-Git-Tag: v3.5.0a2~153 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8dcc1a9f96489bbd741a18fc3581a4778bc62d3b;p=thirdparty%2FPython%2Fcpython.git Issue #23437: Update NEWS and whatsnew/3.5 --- diff --git a/Doc/whatsnew/3.5.rst b/Doc/whatsnew/3.5.rst index c8be6943d430..50ff1c15d342 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 9259d2cbc7e3..4625134d278f 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? =================================