2.7 -> 3.1 versionchanges.

This commit is contained in:
Georg Brandl 2009-05-05 09:29:50 +00:00
parent b0f79c8da1
commit 705d9d5c41
8 changed files with 7 additions and 20 deletions

View file

@ -824,8 +824,7 @@ perform any Python API calls.
other system thread. If it is a Python thread, it doesn't matter if it holds
the global interpreter lock or not.
.. versionadded:: 2.7
.. versionadded:: 3.1
.. _profiling: