commit | f972488213c359e251d6a0b06759ce19ef33e48d | [log] [tgz] |
---|---|---|
author | Mark Dickinson <dickinsm@gmail.com> | Mon Oct 26 21:51:18 2009 +0000 |
committer | Mark Dickinson <dickinsm@gmail.com> | Mon Oct 26 21:51:18 2009 +0000 |
tree | 94b3d779d16fb7e6cc8ed6f4218589a2aaf6d309 | |
parent | f0966c95687d1847b524f8794835568858a7934c [diff] [blame] |
Remove length limitation on string arguments to complex()
diff --git a/Misc/NEWS b/Misc/NEWS index c546700..bb5e4cc 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -12,6 +12,8 @@ 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