]> granicus.if.org Git - python/commit
bpo-34791: xml package obeys ignore env flags (GH-9544) (#11871)
authorVictor Stinner <vstinner@redhat.com>
Tue, 26 Feb 2019 01:47:47 +0000 (02:47 +0100)
committerlarryhastings <larry@hastings.org>
Tue, 26 Feb 2019 01:47:47 +0000 (17:47 -0800)
commit7cd08cf62086a8a2d84fd825dfcd8bfe33bf1986
treeda531e7af9288bb094cb400bf9f057692676a2bb
parentef33dd6036aafbd3f06c1d56e2b1a81dae3da63c
bpo-34791: xml package obeys ignore env flags (GH-9544) (#11871)

The xml.sax and xml.dom.domreg modules now obey
sys.flags.ignore_environment.

Signed-off-by: Christian Heimes <christian@python.org>
(cherry picked from commit 223e501fb9c2b6ae21b96054e20c4c31d94a5d96)
Lib/xml/dom/domreg.py
Lib/xml/sax/__init__.py
Misc/NEWS.d/next/Security/2018-09-24-18-49-25.bpo-34791.78GmIG.rst [new file with mode: 0644]