Message233964
> This type should exist only at compile time.
But then after doing "x = 5j", "-0.0 + 5j" and "-0.0 + x" would have different values. Yuck!
> repr() (and str()) should keep zero real part if imaginary part is negative and output period if real part is zero
Sorry, I don't see how this helps. What do you want the repr of (for example) "complex(-0.0, 5.0)" to be, and why? What about the cases with 0 in the imaginary part? |
|
Date |
User |
Action |
Args |
2015-01-13 19:52:03 | mark.dickinson | set | recipients:
+ mark.dickinson, gvanrossum, pitrou, vstinner, serhiy.storchaka |
2015-01-13 19:52:03 | mark.dickinson | set | messageid: <1421178723.09.0.764552307197.issue23229@psf.upfronthosting.co.za> |
2015-01-13 19:52:03 | mark.dickinson | link | issue23229 messages |
2015-01-13 19:52:02 | mark.dickinson | create | |
|