commit | fe048e8ee77bac147bee87c0cddc3c8524d6b7a1 | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Fri Mar 23 10:35:57 2007 +0000 |
committer | Martin v. Löwis <martin@v.loewis.de> | Fri Mar 23 10:35:57 2007 +0000 |
tree | 4aa0fcaf35380c2c2e179b43de3cb981fb67b525 | |
parent | 50d1d0bad5a6dc7136a6f95eb6763e5cc8162da7 [diff] [blame] |
Patch #1686451: Fix return type for PySequence_{Count,Index,Fast_GET_SIZE}.
diff --git a/Misc/NEWS b/Misc/NEWS index ac53f85..7ba9dd2 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -447,6 +447,13 @@ and _CRT_NONSTDC_NO_DEPRECATE. +Documentation +------------- + +- Patch #1686451: Fix return type for + PySequence_{Count,Index,Fast_GET_SIZE}. + + What's New in Python 2.5 (final) ================================