summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS')
-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()