commit | 22999a69e1e810757823abef87b744ad3686f908 | [log] [tgz] |
---|---|---|
author | Mark Dickinson <dickinsm@gmail.com> | Sat Apr 25 13:16:50 2009 +0000 |
committer | Mark Dickinson <dickinsm@gmail.com> | Sat Apr 25 13:16:50 2009 +0000 |
tree | 628d57dd33361b55949705375334f1248d0716b0 | |
parent | de0d5e3247ab17f481af07b548dc930ddfd80740 [diff] [blame] |
Issue #5829: complex('1e-500') shouldn't raise an exception. Also fix some confusing indentation.
diff --git a/Misc/NEWS b/Misc/NEWS index b9afc3f..f3be937 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -12,6 +12,8 @@ Core and Builtins ----------------- +- Issue #5829: complex('1e-500') no longer raises an exception + - Issue #5787: object.__getattribute__(some_type, "__bases__") segfaulted on some builtin types.