Remove length limitation on string arguments to complex()

This commit is contained in:
Mark Dickinson 2009-10-26 21:51:18 +00:00
parent f0966c9568
commit f972488213
3 changed files with 16 additions and 8 deletions

View file

@ -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