summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2009-12-08 16:00:03 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2009-12-08 16:00:03 (GMT)
commit4fad6bdde98e182d95eb2033eb8dd78344556727 (patch)
treef98513851ca9f94f69186c169ab1ed552879145e /Misc
parent60a32c8c0b2e58fa96d9d6417526446b922d79e3 (diff)
downloadcpython-4fad6bdde98e182d95eb2033eb8dd78344556727.zip
cpython-4fad6bdde98e182d95eb2033eb8dd78344556727.tar.gz
cpython-4fad6bdde98e182d95eb2033eb8dd78344556727.tar.bz2
Merged revisions 76710 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k ................ r76710 | antoine.pitrou | 2009-12-08 16:57:31 +0100 (mar., 08 déc. 2009) | 10 lines Merged revisions 76708 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r76708 | antoine.pitrou | 2009-12-08 16:40:51 +0100 (mar., 08 déc. 2009) | 4 lines Issue #6986: Fix crash in the JSON C accelerator when called with the wrong parameter types. Patch by Victor Stinner. ........ ................
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 39ed84b..d6c3e97 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -55,6 +55,9 @@ Core and Builtins
Library
-------
+- Issue #6986: Fix crash in the JSON C accelerator when called with the
+ wrong parameter types. Patch by Victor Stinner.
+
- Issue #1923: Fixed the removal of meaningful spaces when PKG-INFO is
generated in Distutils. Patch by Stephen Emslie.