diff options
author | Brett Cannon <brett@python.org> | 2012-01-26 23:32:24 (GMT) |
---|---|---|
committer | Brett Cannon <brett@python.org> | 2012-01-26 23:32:24 (GMT) |
commit | 64b2b6a84d48ba0ddfdfc1cdde20d2932562a1b0 (patch) | |
tree | 8c67a99dfe53d9c4e06539f8a8e36209cfba0030 /Doc | |
parent | 0a15103d793141e22489a3de612f44f6dbb63d29 (diff) | |
download | cpython-64b2b6a84d48ba0ddfdfc1cdde20d2932562a1b0.zip cpython-64b2b6a84d48ba0ddfdfc1cdde20d2932562a1b0.tar.gz cpython-64b2b6a84d48ba0ddfdfc1cdde20d2932562a1b0.tar.bz2 |
Issue #13883: Document all platforms PYTHONCASEOK works on.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/using/cmdline.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/using/cmdline.rst b/Doc/using/cmdline.rst index fed83df..29d249f 100644 --- a/Doc/using/cmdline.rst +++ b/Doc/using/cmdline.rst @@ -512,7 +512,7 @@ These environment variables influence Python's behavior. .. 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 |