mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Remove length limitation on string arguments to complex()
This commit is contained in:
parent
f0966c9568
commit
f972488213
3 changed files with 16 additions and 8 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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue