diff options
author | Steve Dower <steve.dower@microsoft.com> | 2015-05-22 22:10:10 (GMT) |
---|---|---|
committer | Steve Dower <steve.dower@microsoft.com> | 2015-05-22 22:10:10 (GMT) |
commit | 4a7fe7e3975062a939a4e7242f2a12b172befd8a (patch) | |
tree | 7d7eeee5aa9b075cd6838691e2f25b6c3a795b9c /Misc | |
parent | d9ef74e3ddffc9327a3b225734cdc5a5028e8d0b (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |