diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2007-03-23 10:35:49 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2007-03-23 10:35:49 (GMT) |
commit | 2f401d71863eda91b3d46237e0d5b34e5a2725b9 (patch) | |
tree | 98231a1c9e50137b2df6d05dc836787558f4ac88 /Misc | |
parent | eff49dce561cbd7ed0ce3b31a27c08b66009385b (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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() |