cpython (2.7): Issue #13883: Document all platforms PYTHONCASEOK works on.
http://hg.python.org/cpython/rev/f18662285248 changeset: 74637:f18662285248 branch: 2.7 parent: 74626:232c7d73b09d user: Brett Cannon <brett@python.org> date: Thu Jan 26 18:32:24 2012 -0500 summary: Issue #13883: Document all platforms PYTHONCASEOK works on. 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 @@ -512,7 +512,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, OS/2, and RiscOS. .. envvar:: PYTHONDONTWRITEBYTECODE diff --git a/Misc/NEWS b/Misc/NEWS --- a/Misc/NEWS +++ b/Misc/NEWS @@ -498,6 +498,8 @@ Documentation ------------- +- Issue #13883: PYTHONCASEOK also works on OS X, OS/2, and RiscOS. + - Issue #2134: The tokenize documentation has been clarified to explain why all operator and delimiter tokens are treated as token.OP tokens. -- Repository URL: http://hg.python.org/cpython
participants (1)
-
brett.cannon