summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@microsoft.com>2015-02-14 20:07:59 (GMT)
committerSteve Dower <steve.dower@microsoft.com>2015-02-14 20:07:59 (GMT)
commit8dcc1a9f96489bbd741a18fc3581a4778bc62d3b (patch)
tree734a74ccba8c8eeb432054d4d5a7d0f63287ca02 /Misc
parentcc115eea0c3399ee77b4576212bf29b7b018f1fd (diff)
downloadcpython-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/NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 9259d2c..4625134 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?
=================================