Added py3kwarning to the documentation of the sys module.

This commit is contained in:
Christian Heimes 2007-11-28 08:02:36 +00:00
parent 636afc52c0
commit d7b333779a
1 changed files with 6 additions and 0 deletions

View File

@ -457,6 +457,12 @@ always available.
implement a dynamic prompt.
.. data:: py3kwarning
Bool containing the status of the Python 3.0 warning flag. It's ``True``
when Python is started with the -3 option.
.. function:: setcheckinterval(interval)
Set the interpreter's "check interval". This integer value determines how often