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 patrick.vrijlandt
Recipients patrick.vrijlandt
Date 2011-06-13.10:02:48
SpamBayes Score 0.0008725493
Marked as misclassified No
Message-id <1307959369.7.0.162667287307.issue12322@psf.upfronthosting.co.za>
In-reply-to
Content
Python 3.2 supports ElementPath version 1.3. The relevant documentation is
http://effbot.org/zone/element-xpath.htm. It says:
..	(New in 1.3) Selects the parent element.

However, a CHANGES document says:
The engine also provides limited support for the ".." parent operator; you can use it inside the subtree, but it cannot go above the target element (the element you called "find" on).  

The normal documentation should document the limitation.
History
Date User Action Args
2011-06-13 10:02:49patrick.vrijlandtsetrecipients: + patrick.vrijlandt
2011-06-13 10:02:49patrick.vrijlandtsetmessageid: <1307959369.7.0.162667287307.issue12322@psf.upfronthosting.co.za>
2011-06-13 10:02:49patrick.vrijlandtlinkissue12322 messages
2011-06-13 10:02:48patrick.vrijlandtcreate