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 eli.bendersky, scoder, serhiy.storchaka
Date 2017-09-30.08:16:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1506759402.11.0.213398074469.issue31648@psf.upfronthosting.co.za>
In-reply-to
Content
* Allow whitespace around predicate parts, i.e. "[a = 'text']" instead of requiring the less readable "[a='text']".

* Add support for text comparison of the current node, like "[.='text']".

Both currently raise "invalid path" exceptions. PR coming.
History
Date User Action Args
2017-09-30 08:16:42scodersetrecipients: + scoder, eli.bendersky, serhiy.storchaka
2017-09-30 08:16:42scodersetmessageid: <1506759402.11.0.213398074469.issue31648@psf.upfronthosting.co.za>
2017-09-30 08:16:42scoderlinkissue31648 messages
2017-09-30 08:16:41scodercreate