commit | d22968af17f64ed5883f9cccfed0f0337dc3bc19 | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Mon Jul 24 11:54:53 2006 +0000 |
committer | Martin v. Löwis <martin@v.loewis.de> | Mon Jul 24 11:54:53 2006 +0000 |
tree | 110d2d41c31915a7a1b1237c87e1ee05cc661c4a | |
parent | bda0dde1c46c7f86c09f1b54d0b14125e9ab7f52 [diff] [blame] |
Patch #1232023: Don't include empty path component from registry, so that the current directory does not get added to sys.path. Also fixes #1526785.
diff --git a/Misc/NEWS b/Misc/NEWS index 7a6e22d..eee36c6 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -12,6 +12,9 @@ Core and builtins ----------------- +- Patch #1232023: Stop including current directory in search + path on Windows. + - Fix some potential crashes found with failmalloc. - Fix warnings reported by Klocwork's static analysis tool.