mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Issue #13883: PYTHONCASEOK also works with OS X.
This commit is contained in:
commit
fc70cbcb9a
2 changed files with 3 additions and 1 deletions
|
@ -450,7 +450,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 and OS X.
|
||||
|
||||
|
||||
.. envvar:: PYTHONDONTWRITEBYTECODE
|
||||
|
|
|
@ -2117,6 +2117,8 @@ C-API
|
|||
Documentation
|
||||
-------------
|
||||
|
||||
- Issue #13883: PYTHONCASEOK also works on OS X.
|
||||
|
||||
- Issue #12949: Document the kwonlyargcount argument for the PyCode_New
|
||||
C API function.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue