diff options
| author | Steve Dower <steve.dower@microsoft.com> | 2015-02-14 12:07:59 -0800 |
|---|---|---|
| committer | Steve Dower <steve.dower@microsoft.com> | 2015-02-14 12:07:59 -0800 |
| commit | 8dcc1a9f96489bbd741a18fc3581a4778bc62d3b (patch) | |
| tree | 734a74ccba8c8eeb432054d4d5a7d0f63287ca02 | |
| parent | cc115eea0c3399ee77b4576212bf29b7b018f1fd (diff) | |
| download | cpython-git-8dcc1a9f96489bbd741a18fc3581a4778bc62d3b.tar.gz | |
Issue #23437: Update NEWS and whatsnew/3.5
| -rw-r--r-- | Doc/whatsnew/3.5.rst | 7 | ||||
| -rw-r--r-- | Misc/NEWS | 6 |
2 files changed, 13 insertions, 0 deletions
diff --git a/Doc/whatsnew/3.5.rst b/Doc/whatsnew/3.5.rst index c8be6943d4..50ff1c15d3 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 ------- @@ -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? ================================= |
