diff options
author | Brett Cannon <brett@python.org> | 2012-01-26 23:36:08 (GMT) |
---|---|---|
committer | Brett Cannon <brett@python.org> | 2012-01-26 23:36:08 (GMT) |
commit | 722db7bdba74c3c82ecd8b2d44daf1e2508b6734 (patch) | |
tree | cc2215535a5615fdf713b76667ae0344169e41df /Doc | |
parent | 65992c1c01115166375e1c6d8484f053919e30da (diff) | |
parent | 1740afded1fa54f9083e1cfa104f5a661ee06c7e (diff) | |
download | cpython-722db7bdba74c3c82ecd8b2d44daf1e2508b6734.zip cpython-722db7bdba74c3c82ecd8b2d44daf1e2508b6734.tar.gz cpython-722db7bdba74c3c82ecd8b2d44daf1e2508b6734.tar.bz2 |
merge
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 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 |