Martin v. Löwis added the comment:

See

http://www.python.org/doc/2.5/ref/whitespace.html

which says that you can put spaces between arbitrary tokens, and

http://www.python.org/doc/2.5/ref/attribute-references.html

which says that all of primary, ".", and identifier are separate tokens
in an attributeref (not so in a literal, where the . is part of the
floating point literal).

__________________________________
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue1413>
__________________________________
_______________________________________________
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to