changeset: 94610:a2217106ca5e user: Steve Dower date: Sat Feb 14 12:07:59 2015 -0800 files: Doc/whatsnew/3.5.rst Misc/NEWS description: Issue #23437: Update NEWS and whatsnew/3.5 diff -r e7ba4d3fa65e -r a2217106ca5e Doc/whatsnew/3.5.rst --- a/Doc/whatsnew/3.5.rst Sat Feb 14 10:30:54 2015 -0800 +++ b/Doc/whatsnew/3.5.rst Sat Feb 14 12:07:59 2015 -0800 @@ -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 -r e7ba4d3fa65e -r a2217106ca5e Misc/NEWS --- a/Misc/NEWS Sat Feb 14 10:30:54 2015 -0800 +++ b/Misc/NEWS Sat Feb 14 12:07:59 2015 -0800 @@ -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? =================================