Commit 1740afde authored by Brett Cannon's avatar Brett Cannon

Issue #13883: Document all platforms PYTHONCASEOK works on.

parent 6c89a79d
......@@ -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
......
......@@ -432,6 +432,8 @@ Extension Modules
Documentation
-------------
- Issue #13883: PYTHONCASEOK also used on OS X and OS/2.
- Issue #12949: Document the kwonlyargcount argument for the PyCode_New
C API function.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment