[Python-Dev] [Python-checkins] peps: Further PEP 432 updates (original) (raw)
Brett Cannon brett at python.org
Mon Dec 31 15:35:17 CET 2012
- Previous message: [Python-Dev] FYI: don't CC the peps mailing list
- Next message: [Python-Dev] Fwd: Broken links on http://www.python.org/download/mac/tcltk/#activetcl-8-5-11
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Sun, Dec 30, 2012 at 8:39 AM, nick.coghlan <python-checkins at python.org>wrote:
[SNIP] The
-E
command line option allows all environment variables to be -ignored when initialising the Python interpreter. An embedding application +ignored when initializing the Python interpreter. An embedding application can enable this behaviour by settingPyIgnoreEnvironmentFlag
before callingPyInitialize()
.In the CPython source code, the
PyGETENV
macro implicitly checks this flag, and always producesNULL
if it is set. +<TBD: I believe PYTHONCASEOK is checked regardless of this setting > <TBD: Does -E also ignore Windows registry keys? > That is true and that is a bug. =)
http://bugs.python.org/issue16826 -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.python.org/pipermail/python-dev/attachments/20121231/135e1da0/attachment.html>
- Previous message: [Python-Dev] FYI: don't CC the peps mailing list
- Next message: [Python-Dev] Fwd: Broken links on http://www.python.org/download/mac/tcltk/#activetcl-8-5-11
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]