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:32:06
SpamBayes Score 0.00025170395
Marked as misclassified No
Message-id <1280043129.76.0.83882182954.issue9375@psf.upfronthosting.co.za>
In-reply-to
Content
Subject says it all:

Python 2.7 (r27:82500, Jul  5 2010, 13:37:06) 
[GCC 4.4.3] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import xml.etree.ElementTree as ET
>>> el = ET.Element('hui')
>>> el.findall('section//')
[]
History
Date User Action Args
2010-07-25 07:32:10scodersetrecipients: + scoder
2010-07-25 07:32:09scodersetmessageid: <1280043129.76.0.83882182954.issue9375@psf.upfronthosting.co.za>
2010-07-25 07:32:07scoderlinkissue9375 messages
2010-07-25 07:32:06scodercreate