cpython (merge 3.2 -> 3.2): merge
http://hg.python.org/cpython/rev/90368391f0f9 changeset: 74639:90368391f0f9 branch: 3.2 parent: 74632:be9d02536a81 parent: 74635:524795e8abe1 user: Brett Cannon <brett@python.org> date: Thu Jan 26 18:36:08 2012 -0500 summary: merge 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 @@ -448,7 +448,7 @@ .. envvar:: PYTHONCASEOK If this is set, Python ignores case in :keyword:`import` statements. This - only works on Windows. + only works on Windows, OS X, and OS/2. .. envvar:: PYTHONDONTWRITEBYTECODE diff --git a/Misc/NEWS b/Misc/NEWS --- a/Misc/NEWS +++ b/Misc/NEWS @@ -435,6 +435,8 @@ Documentation ------------- +- Issue #13883: PYTHONCASEOK also used on OS X and OS/2. + - Issue #12949: Document the kwonlyargcount argument for the PyCode_New C API function. -- Repository URL: http://hg.python.org/cpython
participants (1)
-
brett.cannon