commit | eb68188a0d79979d2b41ffaac25b5059a85fa1d1 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Wed Jan 17 21:20:01 2007 +0000 |
committer | Georg Brandl <georg@python.org> | Wed Jan 17 21:20:01 2007 +0000 |
tree | 3fe2ea3e7add3d22f34cdf71d1039f5bd0a6910e | |
parent | c3df1b1392e54e74bfc4c12d04e5b5d12558e9be [diff] [blame] |
Bug #1629125: fix wrong data type (int -> Py_ssize_t) in PyDict_Next docs. (backport from rev. 53477)
diff --git a/Misc/NEWS b/Misc/NEWS index cdee2af..f277450 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -383,6 +383,9 @@ 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