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 belopolsky
Recipients belopolsky, dangyogi
Date 2008-04-09.21:23:34
SpamBayes Score 0.22649808
Marked as misclassified No
Message-id <1207776216.36.0.678049940805.issue2598@psf.upfronthosting.co.za>
In-reply-to
Content
This is a feature explained in PEP 3101:

"""
    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.  Instead, it will rely on the
    getattr function of the underlying object to throw an exception if
    the identifier is not legal.  The str.format() function will have
    a minimalist parser which only attempts to figure out when it is
    "done" with an identifier (by finding a '.' or a ']', or '}',
    etc.).
""" <http://www.python.org/dev/peps/pep-3101>


Why is that a problem for you?
History
Date User Action Args
2008-04-09 21:23:36belopolskysetspambayes_score: 0.226498 -> 0.22649808
recipients: + belopolsky, dangyogi
2008-04-09 21:23:36belopolskysetspambayes_score: 0.226498 -> 0.226498
messageid: <1207776216.36.0.678049940805.issue2598@psf.upfronthosting.co.za>
2008-04-09 21:23:35belopolskylinkissue2598 messages
2008-04-09 21:23:34belopolskycreate