diff options
author | Guido van Rossum <guido@python.org> | 2007-11-13 05:23:21 +0000 |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2007-11-13 05:23:21 +0000 |
commit | f5ccd459d767464d7033f6ef7ba73a53e3eae268 (patch) | |
tree | 94f864e8f0b3758118dd1476e6bda0dc616545ad | |
parent | 809123c61f6d8c09e87d2a5e7bd0bfc9c36791d3 (diff) | |
download | cpython-git-f5ccd459d767464d7033f6ef7ba73a53e3eae268.tar.gz |
News about list_repeat() fix.
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -12,6 +12,8 @@ What's New in Python 2.5.2c1? Core and builtins ----------------- +- Issue 1704621: Fix segfaults in list_repeat() and list_inplace_repeat(). + - Issue #1147: Generators were not raising a DeprecationWarning when a string was passed into throw(). |