diff options
author | Brett Cannon <brett@python.org> | 2012-01-26 23:29:06 (GMT) |
---|---|---|
committer | Brett Cannon <brett@python.org> | 2012-01-26 23:29:06 (GMT) |
commit | 1740afded1fa54f9083e1cfa104f5a661ee06c7e (patch) | |
tree | 519b6b958356c0e2e1b06996f16a0027b4ff5544 /Doc/using | |
parent | 6c89a79d555a8d72b74fad5f533d36cfb645c808 (diff) | |
download | cpython-1740afded1fa54f9083e1cfa104f5a661ee06c7e.zip cpython-1740afded1fa54f9083e1cfa104f5a661ee06c7e.tar.gz cpython-1740afded1fa54f9083e1cfa104f5a661ee06c7e.tar.bz2 |
Issue #13883: Document all platforms PYTHONCASEOK works on.
Diffstat (limited to 'Doc/using')
-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 9274d8e..c386fb4 100644 --- a/Doc/using/cmdline.rst +++ b/Doc/using/cmdline.rst @@ -448,7 +448,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, and OS/2. .. envvar:: PYTHONDONTWRITEBYTECODE |