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 jordan
Recipients jordan, sfalk
Date 2014-11-26.16:01:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1417017668.17.0.810994118741.issue22948@psf.upfronthosting.co.za>
In-reply-to
Content
>1.< is lexed as a float constant 

>>> 1.
1.0
>>> 1.0.__add__(2)
3.0
>>> 1     .__add__(2)
3

Not sure how to procede
History
Date User Action Args
2014-11-26 16:01:08jordansetrecipients: + jordan, sfalk
2014-11-26 16:01:08jordansetmessageid: <1417017668.17.0.810994118741.issue22948@psf.upfronthosting.co.za>
2014-11-26 16:01:08jordanlinkissue22948 messages
2014-11-26 16:01:08jordancreate