summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2003-06-29 16:50:06 (GMT)
committerTim Peters <tim.peters@gmail.com>2003-06-29 16:50:06 (GMT)
commit685e69739e2e985439ff616576ae63e3916e1481 (patch)
treee4de1c96dd87c367eedb1304f9bdaaa5c1267609 /Misc
parent27409443612ff2719faa65c1205f7b020af22ded (diff)
downloadcpython-685e69739e2e985439ff616576ae63e3916e1481.zip
cpython-685e69739e2e985439ff616576ae63e3916e1481.tar.gz
cpython-685e69739e2e985439ff616576ae63e3916e1481.tar.bz2
Provide dummy (do-nothing) settrace() and setprofile() functions until
Jeremy can check in the real things.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 02cb788..b006c28 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -127,6 +127,10 @@ 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 forget 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