summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMark Dickinson <dickinsm@gmail.com>2009-10-26 21:51:18 (GMT)
committerMark Dickinson <dickinsm@gmail.com>2009-10-26 21:51:18 (GMT)
commitf972488213c359e251d6a0b06759ce19ef33e48d (patch)
tree94b3d779d16fb7e6cc8ed6f4218589a2aaf6d309 /Misc
parentf0966c95687d1847b524f8794835568858a7934c (diff)
downloadcpython-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/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index c546700..bb5e4cc 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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