Martin v. Löwis added the comment:

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.

----------
nosy: +loewis

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue21642>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to