mirror of
https://github.com/python/cpython.git
synced 2025-08-03 00:23:06 +00:00
Issue #13883: Document all platforms PYTHONCASEOK works on.
This commit is contained in:
parent
6c89a79d55
commit
1740afded1
2 changed files with 3 additions and 1 deletions
|
@ -448,7 +448,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, and OS/2.
|
||||||
|
|
||||||
|
|
||||||
.. envvar:: PYTHONDONTWRITEBYTECODE
|
.. envvar:: PYTHONDONTWRITEBYTECODE
|
||||||
|
|
|
@ -432,6 +432,8 @@ Extension Modules
|
||||||
Documentation
|
Documentation
|
||||||
-------------
|
-------------
|
||||||
|
|
||||||
|
- Issue #13883: PYTHONCASEOK also used on OS X and OS/2.
|
||||||
|
|
||||||
- Issue #12949: Document the kwonlyargcount argument for the PyCode_New
|
- Issue #12949: Document the kwonlyargcount argument for the PyCode_New
|
||||||
C API function.
|
C API function.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue