[Python-checkins] cpython (merge 3.2 -> default): Issue #13883: PYTHONCASEOK also works with OS X.

brett.cannon python-checkins at python.org
Fri Jan 27 00:37:14 CET 2012


http://hg.python.org/cpython/rev/0f00010c88f0
changeset:   74636:0f00010c88f0
parent:      74630:7d8f016784cd
parent:      74635:524795e8abe1
user:        Brett Cannon <brett at python.org>
date:        Thu Jan 26 18:30:52 2012 -0500
summary:
  Issue #13883: PYTHONCASEOK also works with OS X.

files:
  Doc/using/cmdline.rst |  2 +-
  Misc/NEWS             |  2 ++
  2 files changed, 3 insertions(+), 1 deletions(-)


diff --git a/Doc/using/cmdline.rst b/Doc/using/cmdline.rst
--- a/Doc/using/cmdline.rst
+++ b/Doc/using/cmdline.rst
@@ -450,7 +450,7 @@
 .. envvar:: PYTHONCASEOK
 
    If this is set, Python ignores case in :keyword:`import` statements.  This
-   only works on Windows.
+   only works on Windows and OS X.
 
 
 .. envvar:: PYTHONDONTWRITEBYTECODE
diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -2117,6 +2117,8 @@
 Documentation
 -------------
 
+- Issue #13883: PYTHONCASEOK also works on OS X.
+
 - Issue #12949: Document the kwonlyargcount argument for the PyCode_New
   C API function.
 

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list