News about list_repeat() fix.

This commit is contained in:
Guido van Rossum 2007-11-13 05:23:21 +00:00
parent 809123c61f
commit f5ccd459d7
1 changed files with 2 additions and 0 deletions

View File

@ -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().