Issue #13883: Document all platforms PYTHONCASEOK works on.

This commit is contained in:
Brett Cannon 2012-01-26 18:29:06 -05:00
parent 6c89a79d55
commit 1740afded1
2 changed files with 3 additions and 1 deletions

View file

@ -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