<div dir="ltr"><div class="gmail_extra"><br><br><div class="gmail_quote">On Sun, Dec 30, 2012 at 8:39 AM, nick.coghlan <span dir="ltr"><<a href="mailto:python-checkins@python.org" target="_blank">python-checkins@python.org</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">[SNIP]<br>
 The ``-E`` command line option allows all environment variables to be<br>
-ignored when initialising the Python interpreter. An embedding application<br>
+ignored when initializing the Python interpreter. An embedding application<br>
 can enable this behaviour by setting ``Py_IgnoreEnvironmentFlag`` before<br>
 calling ``Py_Initialize()``.<br>
<br>
 In the CPython source code, the ``Py_GETENV`` macro implicitly checks this<br>
 flag, and always produces ``NULL`` if it is set.<br>
<br>
+<TBD: I believe PYTHONCASEOK is checked regardless of this setting ><br>
 <TBD: Does -E also ignore Windows registry keys? ><br>
<br></blockquote></div></div><div class="gmail_extra" style><br></div><div class="gmail_extra" style>That is true and that is a bug. =)</div><div class="gmail_extra" style><br></div><div class="gmail_extra" style><a href="http://bugs.python.org/issue16826">http://bugs.python.org/issue16826</a><br>

</div></div>