summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorÉric Araujo <merwok@netwok.org>2011-11-07 17:11:12 (GMT)
committerÉric Araujo <merwok@netwok.org>2011-11-07 17:11:12 (GMT)
commitb1c6f59d7100aa34a1ea39eb828f392fa0988ea6 (patch)
treeb795d4c5aeca0eb8bd24ff284b94333ad21a49be /Misc
parente2618f34be2deb65799ccf073933cd61b443efd4 (diff)
parent2a7cc5343db808b180507b202f98fe4da8e0e7fa (diff)
downloadcpython-b1c6f59d7100aa34a1ea39eb828f392fa0988ea6.zip
cpython-b1c6f59d7100aa34a1ea39eb828f392fa0988ea6.tar.gz
cpython-b1c6f59d7100aa34a1ea39eb828f392fa0988ea6.tar.bz2
Branch merge
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS4
1 files changed, 0 insertions, 4 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 51f68f4..6c19da8 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -294,8 +294,6 @@ Core and Builtins
- Issue #11320: fix bogus memory management in Modules/getpath.c, leading to
a possible crash when calling Py_SetPath().
-- _ast.__version__ is now a Mercurial hex revision.
-
- Issue #11432: A bug was introduced in subprocess.Popen on posix systems with
3.2.0 where the stdout or stderr file descriptor being the same as the stdin
file descriptor would raise an exception. webbrowser.open would fail. fixed.
@@ -1555,8 +1553,6 @@ Extension Modules
signature. Without this, architectures where sizeof void* != sizeof int are
broken. Patch given by Hallvard B Furuseth.
-- Issue #12221: Replace pyexpat.__version__ with the Python version.
-
- Issue #12051: Fix segfault in json.dumps() while encoding highly-nested
objects using the C accelerations.