summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2009-08-13 08:36:43 (GMT)
committerGeorg Brandl <georg@python.org>2009-08-13 08:36:43 (GMT)
commit878c3b004b09cb9242f7523366b616ae0715438a (patch)
tree1d69598313cde39494b1e1d3a4ed44e032cbb000 /Misc
parent86a31f55fe3117b0ed0ad97cdffad816c1ded779 (diff)
downloadcpython-878c3b004b09cb9242f7523366b616ae0715438a.zip
cpython-878c3b004b09cb9242f7523366b616ae0715438a.tar.gz
cpython-878c3b004b09cb9242f7523366b616ae0715438a.tar.bz2
Merged revisions 74278 via svnmerge from
svn+ssh://svn.python.org/python/branches/py3k ........ r74278 | sean.reifschneider | 2009-08-02 01:55:06 +0200 (So, 02 Aug 2009) | 3 lines - Issue #6624: yArg_ParseTuple with "s" format when parsing argument with NUL: Bogus TypeError detail string. ........
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 8c9bb93..150ea58 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -35,6 +35,9 @@ Core and Builtins
C-API
-----
+- Issue #6624: yArg_ParseTuple with "s" format when parsing argument with
+ NUL: Bogus TypeError detail string.
+
- Issue #6405: Remove duplicate type declarations in descrobject.h.
- The code flags for old __future__ features are now available again.