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