]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-34791: xml package obeys ignore env flags (GH-9544) (#11872)
authorVictor Stinner <vstinner@redhat.com>
Mon, 25 Feb 2019 23:32:13 +0000 (00:32 +0100)
committerlarryhastings <larry@hastings.org>
Mon, 25 Feb 2019 23:32:13 +0000 (15:32 -0800)
commit765d333512e9b58da4a4431595a0e81517ef0443
treeb1e23da02136bf4d639299e2c3b5270ce275a7d1
parent4b42d575bf0fb01192b3ec54b7e224b238691527
bpo-34791: xml package obeys ignore env flags (GH-9544) (#11872)

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]