]> granicus.if.org Git - python/commit
Issue #5816:
authorMark Dickinson <dickinsm@gmail.com>
Fri, 24 Apr 2009 12:46:53 +0000 (12:46 +0000)
committerMark Dickinson <dickinsm@gmail.com>
Fri, 24 Apr 2009 12:46:53 +0000 (12:46 +0000)
commit95bc980d9ee2aabfedb90512906247f3e3c3fdf7
tree1ed910c7fec0165c3faa9eea7f3b522fbe285e3c
parent508c423fe10961b28d6c36eb3ffb25d4f6f5c552
Issue #5816:
 - simplify parsing and printing of complex numbers
 - make complex(repr(z)) round-tripping work for complex
   numbers involving nans, infs, or negative zeros
 - don't accept some of the stranger complex strings
   that were previously allowed---e.g., complex('1..1j')
Lib/test/test_complex.py
Misc/NEWS
Objects/complexobject.c
Python/pystrtod.c