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 mark.dickinson
Recipients Retro, belopolsky, mark.dickinson, michael.foord
Date 2010-11-28.20:58:53
SpamBayes Score 0.0029238819
Marked as misclassified No
Message-id <1290977938.59.0.22083444073.issue10562@psf.upfronthosting.co.za>
In-reply-to
Content
> Why not allow complex('1i')?

Indeed, if 4i were permitted as an imaginary literal, I'd expect to allow complex('3 + 4i') as well.

(And possible just plain complex('i') too, since complex('j') is currently allowed.  Grr.)
History
Date User Action Args
2010-11-28 20:58:58mark.dickinsonsetrecipients: + mark.dickinson, belopolsky, Retro, michael.foord
2010-11-28 20:58:58mark.dickinsonsetmessageid: <1290977938.59.0.22083444073.issue10562@psf.upfronthosting.co.za>
2010-11-28 20:58:53mark.dickinsonlinkissue10562 messages
2010-11-28 20:58:53mark.dickinsoncreate