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 eric.araujo, eric.smith, gosella, mark.dickinson, mrabarnett
Date 2010-06-14.11:23:34
SpamBayes Score 0.08350174
Marked as misclassified No
Message-id <1276514616.24.0.921028513458.issue7951@psf.upfronthosting.co.za>
In-reply-to
Content
Addressing just the last part of Mark's message right now:

The PEP goes on to say:
    Implementation note: The implementation of this proposal is
    not required to enforce the rule about a simple or dotted name
    being a valid Python identifier.  ...

I rely on getattr lookup failing for dotted names, but for simple names there's no check at all. I agree it's desirable to leave this behavior.
History
Date User Action Args
2010-06-14 11:23:36eric.smithsetrecipients: + eric.smith, mark.dickinson, eric.araujo, mrabarnett, gosella
2010-06-14 11:23:36eric.smithsetmessageid: <1276514616.24.0.921028513458.issue7951@psf.upfronthosting.co.za>
2010-06-14 11:23:34eric.smithlinkissue7951 messages
2010-06-14 11:23:34eric.smithcreate