commit | 8984370c06d9981a710318b8a4bd9b052ac3425d | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Thu Oct 12 08:22:57 2006 +0000 |
committer | Georg Brandl <georg@python.org> | Thu Oct 12 08:22:57 2006 +0000 |
tree | e09fb698b96c3433c73f5d7241ad6f4f1d654377 | |
parent | f0db92a676055c48ee9c6119ffa057c9d6397a55 [diff] [blame] |
Bug #1565919: document set types in the Language Reference. (backport from rev. 52297)
diff --git a/Misc/NEWS b/Misc/NEWS index e8be7fa..443bddd 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -191,6 +191,8 @@ Documentation ------------- +- Bug #1565919: document set types in the Language Reference. + - Bug #1546052: clarify that PyString_FromString(AndSize) copies the string pointed to by its parameter.