diff options
author | Andrew Svetlov <andrew.svetlov@gmail.com> | 2012-11-03 11:52:58 (GMT) |
---|---|---|
committer | Andrew Svetlov <andrew.svetlov@gmail.com> | 2012-11-03 11:52:58 (GMT) |
commit | 69032c81aaad1eaff7b58d5cbf9e51537e135c55 (patch) | |
tree | 6c829cd61d4068265f8f0cecf75753242009d374 /Misc/NEWS | |
parent | 683b46aa8df73c41ccafdfe5909a466c1616cc20 (diff) | |
download | cpython-69032c81aaad1eaff7b58d5cbf9e51537e135c55.zip cpython-69032c81aaad1eaff7b58d5cbf9e51537e135c55.tar.gz cpython-69032c81aaad1eaff7b58d5cbf9e51537e135c55.tar.bz2 |
Issue #16309: Make PYTHONPATH= behavior the same as if PYTHONPATH not set at all.
Thanks to Armin Rigo and Alexey Kachayev.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -10,6 +10,9 @@ What's New in Python 3.4.0 Alpha 1? Core and Builtins ----------------- +- Issue #16309: Make PYTHONPATH="" behavior the same as if PYTHONPATH + not set at all. + - Issue #10189: Improve the error reporting of SyntaxErrors related to global and nonlocal statements. |