]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #5829: complex('1e-500') shouldn't raise an exception; also, fix indentation...
authorMark Dickinson <dickinsm@gmail.com>
Sat, 25 Apr 2009 13:28:26 +0000 (13:28 +0000)
committerMark Dickinson <dickinsm@gmail.com>
Sat, 25 Apr 2009 13:28:26 +0000 (13:28 +0000)
commit5ffd0aa998a18e95d5dbe16302109fbacf15a2fb
tree8e3c95e0b3b356b0617adf5fe8c49157a3401a3e
parent226b02660ee1eea803c283578ef8b35137a150a9
Issue #5829: complex('1e-500') shouldn't raise an exception; also, fix indentation problems.
Lib/test/test_complex.py
Misc/NEWS
Objects/complexobject.c