summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2007-03-23 10:35:49 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2007-03-23 10:35:49 (GMT)
commit2f401d71863eda91b3d46237e0d5b34e5a2725b9 (patch)
tree98231a1c9e50137b2df6d05dc836787558f4ac88 /Misc
parenteff49dce561cbd7ed0ce3b31a27c08b66009385b (diff)
downloadcpython-2f401d71863eda91b3d46237e0d5b34e5a2725b9.zip
cpython-2f401d71863eda91b3d46237e0d5b34e5a2725b9.tar.gz
cpython-2f401d71863eda91b3d46237e0d5b34e5a2725b9.tar.bz2
Patch #1686451: Fix return type for PySequence_{Count,Index,Fast_GET_SIZE}.
Will backport.
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 fdada8d..1f1caee 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -711,6 +711,9 @@ Tools
Documentation
-------------
+- Patch #1686451: Fix return type for
+ PySequence_{Count,Index,Fast_GET_SIZE}.
+
- Patch #1679379: add documentation for fnmatch.translate().
- Bug #1629566: clarify the docs on the return values of parsedate()