summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorÉric Araujo <merwok@netwok.org>2011-11-06 04:35:32 (GMT)
committerÉric Araujo <merwok@netwok.org>2011-11-06 04:35:32 (GMT)
commit8e5d7cbca13f47489c1c70a06e1107cbf3264c4e (patch)
tree95d88209129846c44c1bdcf03692f15782c9afcf
parent03b081938954a333fb5473977ee8d22e9699bc5b (diff)
downloadcpython-8e5d7cbca13f47489c1c70a06e1107cbf3264c4e.zip
cpython-8e5d7cbca13f47489c1c70a06e1107cbf3264c4e.tar.gz
cpython-8e5d7cbca13f47489c1c70a06e1107cbf3264c4e.tar.bz2
Remove obsolete/duplicate entries
-rw-r--r--Misc/NEWS4
1 files changed, 0 insertions, 4 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 43cffba..0829e27 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -283,8 +283,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.
@@ -1542,8 +1540,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.