]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-34791: xml package obeys ignore env flags (GH-9544) (GH-9545)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 19 Oct 2018 23:09:01 +0000 (16:09 -0700)
committerVictor Stinner <vstinner@redhat.com>
Fri, 19 Oct 2018 23:09:01 +0000 (01:09 +0200)
commitc119d5948f941d2f528dda3f099e196bd6383000
tree1761b37a9ad11d01bc53bb1af057ba3d03c4276d
parentef7f29f66c8c8c51405f61cea8a7803987deee50
bpo-34791: xml package obeys ignore env flags (GH-9544) (GH-9545)

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)

Co-authored-by: Christian Heimes <christian@python.org>
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]