Removed XXX comments about missing threading.py functions.

This commit is contained in:
Tim Peters 2003-06-29 17:12:30 +00:00
parent 883f22321a
commit 5e2ed818b7
1 changed files with 0 additions and 4 deletions

View File

@ -132,10 +132,6 @@ Library
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.
XXX Somebody forgot to check these in to threading.py, although
XXX some other library modules call them. This will be repaired
XXX before the final release. For now, dummy settrace() and
XXX setprofile() functions have been added to threading.py.
- copy.py: applied SF patch 707900, fixing bug 702858, by Steven
Taschuk. Copying a new-style class that had a reference to itself