[3.4] bpo-34791: xml package obeys ignore env flags (GH-9544)#11872
[3.4] bpo-34791: xml package obeys ignore env flags (GH-9544)#11872larryhastings merged 2 commits intopython:3.4from vstinner:xml_ignore_env34
Conversation
|
@vstinner LGTM |
|
Appveyor claims the build failed... but AFAICT everything was fine. There are no reported build errors, and no test failures. Did it simply time out? |
I clicked on "Re-Build PR" to test again this PR. (@larryhastings you should get the button as well if you log in appveyor.com, it's connected to GitHub and so you get the permission from the Python group.) The log ends with "[389/391] test_urllib2net" as if the job has been cancelled or stopped. The job says " Failed 5 minutes ago in 13 min 35 sec". Another recent successful job took 17 min. Stop stressing AppVeyor, you make it grumpy :-( |
|
I would send Appveyor chocolates and love letters if it would help! |
|
@larryhastings: Please replace |
|
Thanks for the backport! 3.4 salutes you, as it rides off into the sunset. |
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 223e501)
https://bugs.python.org/issue34791