diff options
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -12,6 +12,8 @@ What's New in Python 3.2 Alpha 1? Core and Builtins ----------------- +- Issue #5460: Fix an ambiguity in the grammar. + - Issue #1766304: Improve performance of membership tests on range objects. - Issue #6713: Improve performance of integer -> string conversions. |