We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c89a79 commit 1740afdCopy full SHA for 1740afd
2 files changed
Doc/using/cmdline.rst
@@ -448,7 +448,7 @@ These environment variables influence Python's behavior.
448
.. envvar:: PYTHONCASEOK
449
450
If this is set, Python ignores case in :keyword:`import` statements. This
451
- only works on Windows.
+ only works on Windows, OS X, and OS/2.
452
453
454
.. envvar:: PYTHONDONTWRITEBYTECODE
Misc/NEWS
@@ -432,6 +432,8 @@ Extension Modules
432
Documentation
433
-------------
434
435
+- Issue #13883: PYTHONCASEOK also used on OS X and OS/2.
436
+
437
- Issue #12949: Document the kwonlyargcount argument for the PyCode_New
438
C API function.
439
0 commit comments