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 eric.araujo
Recipients Retro, belopolsky, brian.curtin, eric.araujo, georg.brandl, lemburg, mark.dickinson, michael.foord, pitrou, rhettinger
Date 2010-12-03.04:49:30
SpamBayes Score 0.05942415
Marked as misclassified No
Message-id <1291351772.73.0.809456453063.issue10562@psf.upfronthosting.co.za>
In-reply-to
Content
Whether 1+2j is a literal or an expression is debatable.  I think +1 is an expression but 1+2j is a literal; neither should have a space.

I’m not sure the language reference and the actual implementation are in agreement here (I have peephole optimizations in mind).
History
Date User Action Args
2010-12-03 04:49:32eric.araujosetrecipients: + eric.araujo, lemburg, georg.brandl, rhettinger, mark.dickinson, belopolsky, pitrou, Retro, michael.foord, brian.curtin
2010-12-03 04:49:32eric.araujosetmessageid: <1291351772.73.0.809456453063.issue10562@psf.upfronthosting.co.za>
2010-12-03 04:49:30eric.araujolinkissue10562 messages
2010-12-03 04:49:30eric.araujocreate