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 Antony.Lee
Recipients Antony.Lee
Date 2020-05-14.11:25:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1589455502.16.0.216786525166.issue40624@roundup.psfhosted.org>
In-reply-to
Content
It would be a small usability improvement if ElementTree's XPath support also supported the != (not-equals) operator.
I am specifically mentioning only != and not >/</... because != can be defined as the opposite of =, whereas other operators appear to run into questions of what to do with coercion of strings to numbers, etc.  (I guess that depends on the version of XPath, which may be a question we want to avoid for now.)
History
Date User Action Args
2020-05-14 11:25:02Antony.Leesetrecipients: + Antony.Lee
2020-05-14 11:25:02Antony.Leesetmessageid: <1589455502.16.0.216786525166.issue40624@roundup.psfhosted.org>
2020-05-14 11:25:02Antony.Leelinkissue40624 messages
2020-05-14 11:25:02Antony.Leecreate