[New-bugs-announce] [issue12322] ElementPath 1.3 expressions documentation

patrick vrijlandt report at bugs.python.org
Mon Jun 13 12:02:49 CEST 2011


New submission from patrick vrijlandt <patrick.vrijlandt at gmail.com>:

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.

----------
components: XML
messages: 138229
nosy: patrick.vrijlandt
priority: normal
severity: normal
status: open
title: ElementPath 1.3 expressions documentation
type: behavior
versions: Python 3.2

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue12322>
_______________________________________


More information about the New-bugs-announce mailing list