diff options
author | Mark Dickinson <dickinsm@gmail.com> | 2009-10-26 21:51:18 (GMT) |
---|---|---|
committer | Mark Dickinson <dickinsm@gmail.com> | 2009-10-26 21:51:18 (GMT) |
commit | f972488213c359e251d6a0b06759ce19ef33e48d (patch) | |
tree | 94b3d779d16fb7e6cc8ed6f4218589a2aaf6d309 /Misc | |
parent | f0966c95687d1847b524f8794835568858a7934c (diff) | |
download | cpython-f972488213c359e251d6a0b06759ce19ef33e48d.zip cpython-f972488213c359e251d6a0b06759ce19ef33e48d.tar.gz cpython-f972488213c359e251d6a0b06759ce19ef33e48d.tar.bz2 |
Remove length limitation on string arguments to complex()
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 |