[issue1413] int literal methods inaccessible

Martin v. Löwis report at bugs.python.org
Sat Nov 10 00:28:37 CET 2007


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 <report at bugs.python.org>
<http://bugs.python.org/issue1413>
__________________________________


More information about the Python-bugs-list mailing list