]> granicus.if.org Git - python/commit
Fixed repr() and str() of complex numbers. Complex suffered from the same problem...
authorChristian Heimes <christian@cheimes.de>
Fri, 15 Feb 2008 06:57:08 +0000 (06:57 +0000)
committerChristian Heimes <christian@cheimes.de>
Fri, 15 Feb 2008 06:57:08 +0000 (06:57 +0000)
commit2f0da53d28b316197a94919c96195a514acc668f
tree356767fd79a5b8ec669d9c88cffc86a534858f63
parente247f0037f87d9e0a2582d0beb941fba6357454d
Fixed repr() and str() of complex numbers. Complex suffered from the same problem as floats but I forgot to test and fix them.
Lib/test/test_complex.py
Misc/NEWS
Objects/complexobject.c