diff options
author | Amaury Forgeot d'Arc <amauryfa@gmail.com> | 2009-06-09 21:30:01 (GMT) |
---|---|---|
committer | Amaury Forgeot d'Arc <amauryfa@gmail.com> | 2009-06-09 21:30:01 (GMT) |
commit | 66f8c43b095a47b90f9887fac233aa7c8e3a3224 (patch) | |
tree | 3015d55aec7fc464516b908a88c2d5c52dca1f17 /Misc | |
parent | 5b4a54c5d5a61375b663b25f2c99ea44219fc793 (diff) | |
download | cpython-66f8c43b095a47b90f9887fac233aa7c8e3a3224.zip cpython-66f8c43b095a47b90f9887fac233aa7c8e3a3224.tar.gz cpython-66f8c43b095a47b90f9887fac233aa7c8e3a3224.tar.bz2 |
#5924: on Windows, a large PYTHONPATH (more than 255 chars) was completely ignored.
Will backport to 3.0.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -12,6 +12,9 @@ What's New in Python 3.1 Release Candidate 2? Core and Builtins ----------------- +- Issue #5924: On Windows, a large PYTHONPATH environment variable + (more than 255 characters) would be completely ignored. + - Issue #4547: When debugging a very large function, it was not always possible to update the lineno attribute of the current frame. |