mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Add item about new threading module functions.
This commit is contained in:
parent
f00368f9ed
commit
e0c3112ae7
1 changed files with 5 additions and 0 deletions
|
@ -84,6 +84,11 @@ Library
|
||||||
SourceForge) is now included as Lib/idlelib. The old Tools/idle is
|
SourceForge) is now included as Lib/idlelib. The old Tools/idle is
|
||||||
no more.
|
no more.
|
||||||
|
|
||||||
|
- The threading module has new functions settrace() and setprofile()
|
||||||
|
that cooperate with the functions of the same name in the sys
|
||||||
|
module. A function registered with the threading module will
|
||||||
|
be used for all threads it creates.
|
||||||
|
|
||||||
- copy.py: applied SF patch 707900, fixing bug 702858, by Steven
|
- copy.py: applied SF patch 707900, fixing bug 702858, by Steven
|
||||||
Taschuk. Copying a new-style class that had a reference to itself
|
Taschuk. Copying a new-style class that had a reference to itself
|
||||||
didn't work. (The same thing worked fine for old-style classes.)
|
didn't work. (The same thing worked fine for old-style classes.)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue