]> granicus.if.org Git - python/commit
bpo-15999: Always pass bool instead of int to the expat parser. (GH-15622)
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 1 Sep 2019 09:11:43 +0000 (12:11 +0300)
committerGitHub <noreply@github.com>
Sun, 1 Sep 2019 09:11:43 +0000 (12:11 +0300)
commiteb8974616bc58f44b2a3c3e4ca2326894ae42c8f
tree8b33d94a0ca263a5260703d1299fe54ab90d48c2
parent41c57b335330ff48af098d47e379e0f9ba09d233
bpo-15999: Always pass bool instead of int to the expat parser. (GH-15622)
Lib/test/test_pyexpat.py
Lib/xml/dom/expatbuilder.py
Lib/xml/etree/ElementTree.py
Lib/xml/sax/expatreader.py
Lib/xmlrpc/client.py