summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2003-06-29 17:12:30 (GMT)
committerTim Peters <tim.peters@gmail.com>2003-06-29 17:12:30 (GMT)
commit5e2ed818b7fb9daa3a2733361f3584f07431aa85 (patch)
tree27bff288f5d2296407104935a02dcb50116551b1 /Misc
parent883f22321a6e6ff7b265b8f90af9b8c306ca9632 (diff)
downloadcpython-5e2ed818b7fb9daa3a2733361f3584f07431aa85.zip
cpython-5e2ed818b7fb9daa3a2733361f3584f07431aa85.tar.gz
cpython-5e2ed818b7fb9daa3a2733361f3584f07431aa85.tar.bz2
Removed XXX comments about missing threading.py functions.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS4
1 files changed, 0 insertions, 4 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 8c749bb..dcb9e1e 100644
--- 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