summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAmaury Forgeot d'Arc <amauryfa@gmail.com>2008-09-09 07:28:22 (GMT)
committerAmaury Forgeot d'Arc <amauryfa@gmail.com>2008-09-09 07:28:22 (GMT)
commit8530e8590f4d31b5af66e43bd271b0ea1658ff3e (patch)
treecfdf80cc12f214bbaf6a01ce418a0206e15b08ae /Misc
parent14b785192bb2b83b7826e9c0374c6d63e63f0f04 (diff)
downloadcpython-8530e8590f4d31b5af66e43bd271b0ea1658ff3e.zip
cpython-8530e8590f4d31b5af66e43bd271b0ea1658ff3e.tar.gz
cpython-8530e8590f4d31b5af66e43bd271b0ea1658ff3e.tar.bz2
Revert r33661, which broke all buildbots.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 5eaf640..1dd15d6 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.