diff options
author | Steve Dower <steve.dower@microsoft.com> | 2015-02-14 20:07:59 (GMT) |
---|---|---|
committer | Steve Dower <steve.dower@microsoft.com> | 2015-02-14 20:07:59 (GMT) |
commit | 8dcc1a9f96489bbd741a18fc3581a4778bc62d3b (patch) | |
tree | 734a74ccba8c8eeb432054d4d5a7d0f63287ca02 /Misc | |
parent | cc115eea0c3399ee77b4576212bf29b7b018f1fd (diff) | |
download | cpython-8dcc1a9f96489bbd741a18fc3581a4778bc62d3b.zip cpython-8dcc1a9f96489bbd741a18fc3581a4778bc62d3b.tar.gz cpython-8dcc1a9f96489bbd741a18fc3581a4778bc62d3b.tar.bz2 |
Issue #23437: Update NEWS and whatsnew/3.5
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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? ================================= |