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 scoder
Recipients scoder
Date 2010-07-25.07:43:41
SpamBayes Score 0.000899148
Marked as misclassified No
Message-id <1280043823.43.0.873676875222.issue9375@psf.upfronthosting.co.za>
In-reply-to
Content
The parser actually starts with this code:


def iterfind(elem, path, namespaces=None):
    # compile selector pattern
    if path[-1:] == "/":
        path = path + "*" # implicit all (FIXME: keep this?)


IMHO, the 'FIXME' is worth revisiting.
History
Date User Action Args
2010-07-25 07:43:43scodersetrecipients: + scoder
2010-07-25 07:43:43scodersetmessageid: <1280043823.43.0.873676875222.issue9375@psf.upfronthosting.co.za>
2010-07-25 07:43:41scoderlinkissue9375 messages
2010-07-25 07:43:41scodercreate