diff options
author | Amaury Forgeot d'Arc <amauryfa@gmail.com> | 2008-09-09 07:04:36 (GMT) |
---|---|---|
committer | Amaury Forgeot d'Arc <amauryfa@gmail.com> | 2008-09-09 07:04:36 (GMT) |
commit | 14b785192bb2b83b7826e9c0374c6d63e63f0f04 (patch) | |
tree | 0ed4b81db98e6900b22f71f9fe2763c080084b24 /Misc | |
parent | f7bfcfbb68d71611e7ffae3de7b425c68433f59a (diff) | |
download | cpython-14b785192bb2b83b7826e9c0374c6d63e63f0f04.zip cpython-14b785192bb2b83b7826e9c0374c6d63e63f0f04.tar.gz cpython-14b785192bb2b83b7826e9c0374c6d63e63f0f04.tar.bz2 |
#3705: Fix crash when given a non-ascii value on the command line for the "-c" and "-m" parameters
Second part, for Windows.
Reviewed by Antoine Pitrou
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -13,8 +13,7 @@ Core and Builtins ----------------- - Issue #3705: fix crash when given a non-ascii value on the command line for - the "-c" and "-m" parameters. Now the behaviour is as expected under Linux, - although under Windows it fails at a later point. + the "-c" and "-m" parameters. - Issue #3279: Importing site at interpreter was failing silently because the site module uses the open builtin which was not initialized at the time. |