diff options
author | Brett Cannon <brett@python.org> | 2012-01-26 23:30:52 (GMT) |
---|---|---|
committer | Brett Cannon <brett@python.org> | 2012-01-26 23:30:52 (GMT) |
commit | fc70cbcb9a62f3c36820f1f7dc8d0c30b0135558 (patch) | |
tree | 29a8d20fa59e3c47ecdf7ad4b446594f53a188b4 /Doc/using | |
parent | c264e3ee206d5e5d1cb2aeff2cb0cd864dce83c8 (diff) | |
parent | 1740afded1fa54f9083e1cfa104f5a661ee06c7e (diff) | |
download | cpython-fc70cbcb9a62f3c36820f1f7dc8d0c30b0135558.zip cpython-fc70cbcb9a62f3c36820f1f7dc8d0c30b0135558.tar.gz cpython-fc70cbcb9a62f3c36820f1f7dc8d0c30b0135558.tar.bz2 |
Issue #13883: PYTHONCASEOK also works with OS X.
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 d9cf954..8a02b76 100644 --- a/Doc/using/cmdline.rst +++ b/Doc/using/cmdline.rst @@ -450,7 +450,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 and OS X. .. envvar:: PYTHONDONTWRITEBYTECODE |