commit | 95bc980d9ee2aabfedb90512906247f3e3c3fdf7 | [log] [tgz] |
---|---|---|
author | Mark Dickinson <dickinsm@gmail.com> | Fri Apr 24 12:46:53 2009 +0000 |
committer | Mark Dickinson <dickinsm@gmail.com> | Fri Apr 24 12:46:53 2009 +0000 |
tree | 1ed910c7fec0165c3faa9eea7f3b522fbe285e3c | |
parent | 508c423fe10961b28d6c36eb3ffb25d4f6f5c552 [diff] |
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')