[issue34791] xml package does not obey sys.flags.ignore_environment

2019-05-27 Thread STINNER Victor
STINNER Victor added the comment: It's now fixed in all branches, thanks! -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker

[issue34791] xml package does not obey sys.flags.ignore_environment

2019-05-10 Thread Ned Deily
Change by Ned Deily : -- Removed message: https://bugs.python.org/msg342089 ___ Python tracker ___ ___ Python-bugs-list mailing

[issue34791] xml package does not obey sys.flags.ignore_environment

2019-05-10 Thread Ned Deily
Ned Deily added the comment: New changeset 765d333512e9b58da4a4431595a0e81517ef0443 by larryhastings (Victor Stinner) in branch '3.4': bpo-34791: xml package obeys ignore env flags (GH-9544) (#11872) https://github.com/python/cpython/commit/765d333512e9b58da4a4431595a0e81517ef0443

[issue34791] xml package does not obey sys.flags.ignore_environment

2019-02-25 Thread Larry Hastings
Larry Hastings added the comment: New changeset 7cd08cf62086a8a2d84fd825dfcd8bfe33bf1986 by larryhastings (Victor Stinner) in branch '3.5': bpo-34791: xml package obeys ignore env flags (GH-9544) (#11871) https://github.com/python/cpython/commit/7cd08cf62086a8a2d84fd825dfcd8bfe33bf1986

[issue34791] xml package does not obey sys.flags.ignore_environment

2019-02-25 Thread Larry Hastings
Larry Hastings added the comment: New changeset 765d333512e9b58da4a4431595a0e81517ef0443 by larryhastings (Victor Stinner) in branch '3.4': bpo-34791: xml package obeys ignore env flags (GH-9544) (#11872) https://github.com/python/cpython/commit/765d333512e9b58da4a4431595a0e81517ef0443

[issue34791] xml package does not obey sys.flags.ignore_environment

2019-02-15 Thread STINNER Victor
Change by STINNER Victor : -- pull_requests: +11905 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue34791] xml package does not obey sys.flags.ignore_environment

2019-02-15 Thread STINNER Victor
Change by STINNER Victor : -- pull_requests: +11904 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue34791] xml package does not obey sys.flags.ignore_environment

2018-10-19 Thread STINNER Victor
STINNER Victor added the comment: Christian: do you think that this issue is severe enough to justify to backport it to Python 3.4 and 3.5? I don't think so. Python 2.7, 3.6, 3.7 and master (future 3.8) already have been fixed, IMHO it's enough and this issue can be closed. --

[issue34791] xml package does not obey sys.flags.ignore_environment

2018-10-19 Thread STINNER Victor
STINNER Victor added the comment: New changeset 2546ac8eeb56fc146adea9a03158440a9271714e by Victor Stinner (Miss Islington (bot)) in branch '2.7': bpo-34791: xml package obeys ignore env flags (GH-9544) (GH-9547)

[issue34791] xml package does not obey sys.flags.ignore_environment

2018-10-19 Thread STINNER Victor
STINNER Victor added the comment: New changeset c119d5948f941d2f528dda3f099e196bd6383000 by Victor Stinner (Miss Islington (bot)) in branch '3.7': bpo-34791: xml package obeys ignore env flags (GH-9544) (GH-9545)

[issue34791] xml package does not obey sys.flags.ignore_environment

2018-10-19 Thread STINNER Victor
STINNER Victor added the comment: New changeset 5e808f92ea4eb238b17757526b99f97debf7dd57 by Victor Stinner (Miss Islington (bot)) in branch '3.6': bpo-34791: xml package obeys ignore env flags (GH-9544) (GH-9546)

[issue34791] xml package does not obey sys.flags.ignore_environment

2018-09-24 Thread STINNER Victor
Change by STINNER Victor : -- nosy: +vstinner ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue34791] xml package does not obey sys.flags.ignore_environment

2018-09-24 Thread miss-islington
Change by miss-islington : -- pull_requests: +8950 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue34791] xml package does not obey sys.flags.ignore_environment

2018-09-24 Thread miss-islington
Change by miss-islington : -- pull_requests: +8949 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue34791] xml package does not obey sys.flags.ignore_environment

2018-09-24 Thread miss-islington
miss-islington added the comment: New changeset 223e501fb9c2b6ae21b96054e20c4c31d94a5d96 by Miss Islington (bot) (Christian Heimes) in branch 'master': bpo-34791: xml package obeys ignore env flags (GH-9544) https://github.com/python/cpython/commit/223e501fb9c2b6ae21b96054e20c4c31d94a5d96

[issue34791] xml package does not obey sys.flags.ignore_environment

2018-09-24 Thread miss-islington
Change by miss-islington : -- pull_requests: +8948 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue34791] xml package does not obey sys.flags.ignore_environment

2018-09-24 Thread Christian Heimes
Change by Christian Heimes : -- keywords: +patch pull_requests: +8946 stage: -> patch review ___ Python tracker ___ ___

[issue34791] xml package does not obey sys.flags.ignore_environment

2018-09-24 Thread Christian Heimes
New submission from Christian Heimes : On two occasions, the xml package uses environment variables to override parser / DOM implementations: xml.sax package and xml.dom.domreg module. On both occasions, the code should not use env vars to override module names, when the interpreter is