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 eric.smith
Recipients belopolsky, benjamin.peterson, docs@python, eric.araujo, eric.smith, mark.dickinson
Date 2010-10-05.14:32:45
SpamBayes Score 5.828228e-06
Marked as misclassified No
Message-id <1286289167.85.0.640694408537.issue10021@psf.upfronthosting.co.za>
In-reply-to
Content
I agree that it being an implementation detail is not a good thing. I think we should just document the current CPython behavior as the language standard: once parsed, any string after a dot is passed to getattr. I can't see why we should pay the penalty of validating it as an identifier when the behavior is well defined and matches my getattr example in msg 117965.
History
Date User Action Args
2010-10-05 14:32:47eric.smithsetrecipients: + eric.smith, mark.dickinson, belopolsky, benjamin.peterson, eric.araujo, docs@python
2010-10-05 14:32:47eric.smithsetmessageid: <1286289167.85.0.640694408537.issue10021@psf.upfronthosting.co.za>
2010-10-05 14:32:45eric.smithlinkissue10021 messages
2010-10-05 14:32:45eric.smithcreate