Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1740afd

Browse files
committed
Issue #13883: Document all platforms PYTHONCASEOK works on.
1 parent 6c89a79 commit 1740afd

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

Doc/using/cmdline.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,7 @@ These environment variables influence Python's behavior.
448448
.. envvar:: PYTHONCASEOK
449449

450450
If this is set, Python ignores case in :keyword:`import` statements. This
451-
only works on Windows.
451+
only works on Windows, OS X, and OS/2.
452452

453453

454454
.. envvar:: PYTHONDONTWRITEBYTECODE

Misc/NEWS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -432,6 +432,8 @@ Extension Modules
432432
Documentation
433433
-------------
434434

435+
- Issue #13883: PYTHONCASEOK also used on OS X and OS/2.
436+
435437
- Issue #12949: Document the kwonlyargcount argument for the PyCode_New
436438
C API function.
437439

0 commit comments

Comments
 (0)