This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients benjamin.peterson, mark.dickinson, pitrou
Date 2014-10-03.17:24:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1412357054.52.0.79002389879.issue22548@psf.upfronthosting.co.za>
In-reply-to
Content
This may be a parser limitation...

>>> z = -0.-0.j
>>> z
(-0+0j)
>>> z.imag
0.0
>>> z = 0.-0.j
>>> z.imag
0.0
History
Date User Action Args
2014-10-03 17:24:14pitrousetrecipients: + pitrou, mark.dickinson, benjamin.peterson
2014-10-03 17:24:14pitrousetmessageid: <1412357054.52.0.79002389879.issue22548@psf.upfronthosting.co.za>
2014-10-03 17:24:14pitroulinkissue22548 messages
2014-10-03 17:24:14pitroucreate