]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40624: Add support for the XPath != operator in xml.etree (GH-22147)
authorAmmar Askar <ammar@ammaraskar.com>
Mon, 9 Nov 2020 07:02:39 +0000 (02:02 -0500)
committerGitHub <noreply@github.com>
Mon, 9 Nov 2020 07:02:39 +0000 (08:02 +0100)
commit97e8b1eaeaf3aa325c84ff2e13417c30414d0269
treed1979f9ac520d18afa0e089568dfb92794a64e44
parent4eb41d055e8307b8206f680287e492a6db068acd
bpo-40624: Add support for the XPath != operator in xml.etree (GH-22147)
Doc/library/xml.etree.elementtree.rst
Lib/test/test_xml_etree.py
Lib/xml/etree/ElementPath.py
Misc/NEWS.d/next/Library/2020-09-08-03-19-04.bpo-40624.0-gYfx.rst [new file with mode: 0644]