[Python-checkins] python/dist/src/Misc NEWS,1.798,1.799

tim_one@users.sourceforge.net tim_one@users.sourceforge.net
Sun, 29 Jun 2003 10:12:32 -0700


Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1:/tmp/cvs-serv26361/python/Misc

Modified Files:
	NEWS 
Log Message:
Removed XXX comments about missing threading.py functions.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.798
retrieving revision 1.799
diff -C2 -d -r1.798 -r1.799
*** NEWS	29 Jun 2003 17:10:11 -0000	1.798
--- NEWS	29 Jun 2003 17:12:30 -0000	1.799
***************
*** 133,140 ****
    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
--- 133,136 ----