Message269013
Look:
>>> complex('1-0j')
(1-0j)
>>> 1-0j
(1+0j)
Yes, I understand what's going on, and it's probably wrong / too much to expect 1-0j to work properly, but I'd really like the complex from string constructor to be consistent with that. Even more because (of course):
>>> import ast
>>> ast.literal_eval('1-0j')
(1+0j) |
|
Date |
User |
Action |
Args |
2016-06-21 19:02:08 | veky | set | recipients:
+ veky |
2016-06-21 19:02:08 | veky | set | messageid: <1466535728.31.0.514028528898.issue27363@psf.upfronthosting.co.za> |
2016-06-21 19:02:08 | veky | link | issue27363 messages |
2016-06-21 19:02:08 | veky | create | |
|