summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2007-01-17 21:19:58 (GMT)
committerGeorg Brandl <georg@python.org>2007-01-17 21:19:58 (GMT)
commitb26b1c6d6b34d33ca62a66f9936d97f5340cdfda (patch)
tree61660dc21faba58e6657ee5512af83a573f79011 /Misc/NEWS
parent45dc1f2fd3eb1364897b3e618309c12b5a31764c (diff)
downloadcpython-b26b1c6d6b34d33ca62a66f9936d97f5340cdfda.zip
cpython-b26b1c6d6b34d33ca62a66f9936d97f5340cdfda.tar.gz
cpython-b26b1c6d6b34d33ca62a66f9936d97f5340cdfda.tar.bz2
Bug #1629125: fix wrong data type (int -> Py_ssize_t) in PyDict_Next docs.
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 3d742f5..cf9133e 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -403,6 +403,9 @@ Tools
Documentation
-------------
+- Bug #1629125: fix wrong data type (int -> Py_ssize_t) in PyDict_Next
+ docs.
+
- Bug #1565919: document set types in the Language Reference.
- Bug #1546052: clarify that PyString_FromString(AndSize) copies the