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 terry.reedy
Recipients Jean-Michel.Fauth, benjamin.peterson, jcea, mark.dickinson, neologix, terry.reedy
Date 2011-12-17.01:19:45
SpamBayes Score 0.000429523
Marked as misclassified No
Message-id <1324084786.79.0.503524831287.issue13610@psf.upfronthosting.co.za>
In-reply-to
Content
The proposal is to change the definition of numbers literals from X to one that is context-sensitive: X followed by whitespace or a syntactic symbol but not anything else, in particular, not by an identifier_start character. I am +-0 at the moment.

> 1 and@ 2
I presume this is parsed as 1 and @ 2, which is a syntax error.
History
Date User Action Args
2011-12-17 01:19:47terry.reedysetrecipients: + terry.reedy, jcea, mark.dickinson, benjamin.peterson, neologix, Jean-Michel.Fauth
2011-12-17 01:19:46terry.reedysetmessageid: <1324084786.79.0.503524831287.issue13610@psf.upfronthosting.co.za>
2011-12-17 01:19:46terry.reedylinkissue13610 messages
2011-12-17 01:19:45terry.reedycreate