]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Removed XXX comments about missing threading.py functions.
authorTim Peters <tim.peters@gmail.com>
Sun, 29 Jun 2003 17:12:30 +0000 (17:12 +0000)
committerTim Peters <tim.peters@gmail.com>
Sun, 29 Jun 2003 17:12:30 +0000 (17:12 +0000)
Misc/NEWS

index 8c749bb4106576b8e4770f914de31e5aabc5cab6..dcb9e1ee93aceb95651e4c91af9c43f51f16339f 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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