[issue8901] Windows registry path not ignored with -E option

2020-03-30 Thread Steve Dower
Steve Dower added the comment: I'm 99% satisfied that this change is the right approach (rather than adding a new option), but we'll have to wait to hear from beta feedback I think. My main concern is users who pass -E on the command line to avoid environment variables, but are relying on a

[issue8901] Windows registry path not ignored with -E option

2020-03-30 Thread Steve Dower
Steve Dower added the comment: New changeset 676b105111e2399ed400cd13ab113f9aa891760d by Zackery Spytz in branch 'master': bpo-8901: Windows registry path is now ignored with the -E option (GH-18169) https://github.com/python/cpython/commit/676b105111e2399ed400cd13ab113f9aa891760d

[issue8901] Windows registry path not ignored with -E option

2020-03-28 Thread Zackery Spytz
Zackery Spytz added the comment: Steve, I've updated the pull request with the requested change. Please take a look. -- nosy: +ZackerySpytz versions: +Python 3.9 -Python 3.5 ___ Python tracker

[issue8901] Windows registry path not ignored with -E option

2020-02-04 Thread Steve Dower
Change by Steve Dower : -- nosy: +steve.dower ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue8901] Windows registry path not ignored with -E option

2020-01-24 Thread Brett Cannon
Change by Brett Cannon : -- nosy: -brett.cannon ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue8901] Windows registry path not ignored with -E option

2020-01-24 Thread Zackery Spytz
Change by Zackery Spytz : -- pull_requests: +17555 pull_request: https://github.com/python/cpython/pull/18169 ___ Python tracker ___

[issue8901] Windows registry path not ignored with -E option

2014-04-14 Thread John Ehresman
John Ehresman added the comment: Is still an issue with importlib? At this point, I don't think this change can be made on 2.7 or 3.2. -- nosy: +jpe ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue8901

[issue8901] Windows registry path not ignored with -E option

2014-04-14 Thread Antoine Pitrou
Antoine Pitrou added the comment: I don't think importlib changed anything in that regard (since one of the goals was too keep compatibility with all the old behaviours). Indeed the patch probably needs to be retargetted for 3.5. -- nosy: +brett.cannon, eric.snow, ncoghlan, pitrou

[issue8901] Windows registry path not ignored with -E option

2010-06-23 Thread flashk
flashk fla...@gmail.com added the comment: Any chance of getting this into 2.7 final? This fix is important for embedding Python in Windows applications. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue8901

[issue8901] Windows registry path not ignored with -E option

2010-06-06 Thread Éric Araujo
Éric Araujo mer...@netwok.org added the comment: Looks good to me. Adding the release manager to the nosy list. -- keywords: +needs review nosy: +benjamin.peterson, merwok ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue8901

[issue8901] Windows registry path not ignored with -E option

2010-06-04 Thread flashk
New submission from flashk fla...@gmail.com: Hi, I noticed that Python still uses the Windows registry to initialize sys.path, when the -E option is used. From my understanding, this option is mostly used by programs that are running an embedded version of python, and don't want it to be

[issue8901] Windows registry path not ignored with -E option

2010-06-04 Thread flashk
Changes by flashk fla...@gmail.com: Added file: http://bugs.python.org/file17559/IgnoreWindowsRegistry_32.patch ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue8901 ___