Commit c98187b1 authored by Brett Cannon's avatar Brett Cannon

Issue #13883: PYTHONCASEOK also works with OS X.

parents 2d53c522 55b17179
...@@ -450,7 +450,7 @@ These environment variables influence Python's behavior. ...@@ -450,7 +450,7 @@ These environment variables influence Python's behavior.
.. envvar:: PYTHONCASEOK .. envvar:: PYTHONCASEOK
If this is set, Python ignores case in :keyword:`import` statements. This 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 .. envvar:: PYTHONDONTWRITEBYTECODE
......
...@@ -2117,6 +2117,8 @@ C-API ...@@ -2117,6 +2117,8 @@ C-API
Documentation Documentation
------------- -------------
- Issue #13883: PYTHONCASEOK also works on OS X.
- Issue #12949: Document the kwonlyargcount argument for the PyCode_New - Issue #12949: Document the kwonlyargcount argument for the PyCode_New
C API function. 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