diff options
-rw-r--r-- | Doc/using/cmdline.rst | 2 | ||||
-rw-r--r-- | Misc/NEWS | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/Doc/using/cmdline.rst b/Doc/using/cmdline.rst index 9274d8e..c386fb4 100644 --- a/Doc/using/cmdline.rst +++ b/Doc/using/cmdline.rst @@ -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 @@ -435,6 +435,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. |