commit | c119d5948f941d2f528dda3f099e196bd6383000 | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Fri Oct 19 16:09:01 2018 -0700 |
committer | Victor Stinner <vstinner@redhat.com> | Sat Oct 20 01:09:01 2018 +0200 |
tree | 1761b37a9ad11d01bc53bb1af057ba3d03c4276d | |
parent | ef7f29f66c8c8c51405f61cea8a7803987deee50 [diff] |
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>