summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2009-12-08 15:57:31 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2009-12-08 15:57:31 (GMT)
commit781eba79722e1dae402d6ca8cf2f7e13cc784ebe (patch)
treef9c0bef329ebb5fc8372fbb57a693827216289b8 /Misc
parentb88a49607a6e36489a41003a66b673f573f32069 (diff)
downloadcpython-781eba79722e1dae402d6ca8cf2f7e13cc784ebe.zip
cpython-781eba79722e1dae402d6ca8cf2f7e13cc784ebe.tar.gz
cpython-781eba79722e1dae402d6ca8cf2f7e13cc784ebe.tar.bz2
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 534918f..3915e9b 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -154,6 +154,9 @@ C-API
Library
-------
+- Issue #6986: Fix crash in the JSON C accelerator when called with the
+ wrong parameter types. Patch by Victor Stinner.
+
- Issue #7457: added a read_pkg_file method to
distutils.dist.DistributionMetadata.