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 loewis
Recipients Joshua.Landau, benjamin.peterson, loewis, wim.glenn
Date 2014-06-03.05:57:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1401775059.55.0.513969314201.issue21642@psf.upfronthosting.co.za>
In-reply-to
Content
For those who want to skip reading the entire SO question: "1else" tokenizes as "1e" "lse", i.e. 1e is considered the beginning of floating point literal. By the description in the docs, that should not happen, since it is not a valid literal on its own, so no space should be needed after the 1 to tokenize it as an integer literal.
History
Date User Action Args
2014-06-03 05:57:39loewissetrecipients: + loewis, benjamin.peterson, Joshua.Landau, wim.glenn
2014-06-03 05:57:39loewissetmessageid: <1401775059.55.0.513969314201.issue21642@psf.upfronthosting.co.za>
2014-06-03 05:57:39loewislinkissue21642 messages
2014-06-03 05:57:39loewiscreate