Commit cdd5ea1d authored by Brett Cannon's avatar Brett Cannon

Issue #13883: Document all platforms PYTHONCASEOK works on.

parent 299d9184
...@@ -512,7 +512,7 @@ These environment variables influence Python's behavior. ...@@ -512,7 +512,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, OS X, OS/2, and RiscOS.
.. envvar:: PYTHONDONTWRITEBYTECODE .. envvar:: PYTHONDONTWRITEBYTECODE
......
...@@ -498,6 +498,8 @@ Tests ...@@ -498,6 +498,8 @@ Tests
Documentation Documentation
------------- -------------
- Issue #13883: PYTHONCASEOK also works on OS X, OS/2, and RiscOS.
- Issue #2134: The tokenize documentation has been clarified to explain why - Issue #2134: The tokenize documentation has been clarified to explain why
all operator and delimiter tokens are treated as token.OP tokens. all operator and delimiter tokens are treated as token.OP tokens.
......
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