mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Document that setting sys.py3kwarning wont do anything.
This commit is contained in:
parent
a168698ab3
commit
13813f7092
1 changed files with 3 additions and 1 deletions
|
@ -624,7 +624,9 @@ always available.
|
|||
.. data:: py3kwarning
|
||||
|
||||
Bool containing the status of the Python 3.0 warning flag. It's ``True``
|
||||
when Python is started with the -3 option.
|
||||
when Python is started with the -3 option. (This should be considered
|
||||
read-only; setting it to a different value doesn't have an effect on
|
||||
Python 3.0 warnings.)
|
||||
|
||||
.. versionadded:: 2.6
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue