summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@microsoft.com>2015-05-22 22:10:10 (GMT)
committerSteve Dower <steve.dower@microsoft.com>2015-05-22 22:10:10 (GMT)
commit4a7fe7e3975062a939a4e7242f2a12b172befd8a (patch)
tree7d7eeee5aa9b075cd6838691e2f25b6c3a795b9c /Misc
parentd9ef74e3ddffc9327a3b225734cdc5a5028e8d0b (diff)
downloadcpython-4a7fe7e3975062a939a4e7242f2a12b172befd8a.zip
cpython-4a7fe7e3975062a939a4e7242f2a12b172befd8a.tar.gz
cpython-4a7fe7e3975062a939a4e7242f2a12b172befd8a.tar.bz2
Issue #23955: Add pyvenv.cfg option to suppress registry/environment lookup for generating sys.path.
Also cleans up and secures getpathp.c
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index a62cca1..3a282d0 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,6 +10,9 @@ Release date: 2015-05-24
Core and Builtins
-----------------
+- Issue #23955: Add pyvenv.cfg option to suppress registry/environment
+ lookup for generating sys.path on Windows.
+
- Issue #24257: Fixed system error in the comparison of faked
types.SimpleNamespace.