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 eli.bendersky
Recipients eli.bendersky, flox, patrick.vrijlandt
Date 2013-01-22.14:17:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1358864233.47.0.318931451779.issue12323@psf.upfronthosting.co.za>
In-reply-to
Content
The official documentation of XML ET is at http://docs.python.org/dev/library/xml.etree.elementtree.html

The arguments to XPath are clearly described, and the implementation behaves correctly. We will continue supporting XPath syntax there, rather than Python syntax, because this is explicitly a XPath feature.
History
Date User Action Args
2013-01-22 14:17:13eli.benderskysetrecipients: + eli.bendersky, flox, patrick.vrijlandt
2013-01-22 14:17:13eli.benderskysetmessageid: <1358864233.47.0.318931451779.issue12323@psf.upfronthosting.co.za>
2013-01-22 14:17:13eli.benderskylinkissue12323 messages
2013-01-22 14:17:13eli.benderskycreate