]> granicus.if.org Git - python/commit
bpo-34791: xml package obeys ignore env flags (GH-9544)
authorChristian Heimes <christian@python.org>
Mon, 24 Sep 2018 17:21:12 +0000 (19:21 +0200)
committerMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 24 Sep 2018 17:21:12 +0000 (10:21 -0700)
commit223e501fb9c2b6ae21b96054e20c4c31d94a5d96
treeb3fd130b823aba8f38732cae4457910cbe2ba5d2
parenta46467ff198c42c8f34768c7be4b4562f6f44736
bpo-34791: xml package obeys ignore env flags (GH-9544)

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

Signed-off-by: Christian Heimes <christian@python.org>
https://bugs.python.org/issue34791
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]