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 loewis
Recipients christian.heimes, loewis, mykhal
Date 2007-11-09.23:28:37
SpamBayes Score 0.40930516
Marked as misclassified No
Message-id <1194650917.78.0.187678121236.issue1413@psf.upfronthosting.co.za>
In-reply-to
Content
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).
History
Date User Action Args
2007-11-09 23:28:37loewissetspambayes_score: 0.409305 -> 0.40930516
recipients: + loewis, christian.heimes, mykhal
2007-11-09 23:28:37loewissetspambayes_score: 0.409305 -> 0.409305
messageid: <1194650917.78.0.187678121236.issue1413@psf.upfronthosting.co.za>
2007-11-09 23:28:37loewislinkissue1413 messages
2007-11-09 23:28:37loewiscreate