[Python-checkins] r76202 - in python/branches/py3k/Doc: library/sys.rst whatsnew/3.2.rst

Georg Brandl g.brandl at gmx.net
Wed Nov 11 08:50:35 CET 2009


antoine.pitrou schrieb:
> Author: antoine.pitrou
> Date: Wed Nov 11 00:18:31 2009
> New Revision: 76202
> 
> Log:
> Add a couple of words about the new GIL implementation

> +.. function:: getswitchinterval()
> +
> +   Return the interpreter's "thread switch interval"; see
> +   :func:`setswitchinterval`.

Please add .. versionadded:: tags for this and setswitchinterval().

Georg



More information about the Python-checkins mailing list