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 ----------------- +- Remove length limitation when constructing a complex number from a string. + - Issue #1087418: Boost performance of bitwise operations for longs. - Support for AtheOS has been completely removed from the code base. It was |