[Python-checkins] python/dist/src/Misc NEWS,1.796,1.797
tim_one@users.sourceforge.net
tim_one@users.sourceforge.net
2003年6月29日 09:56:40 -0700
Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1:/tmp/cvs-serv24230/python/Misc
Modified Files:
NEWS
Log Message:
Typo repair.
Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.796
retrieving revision 1.797
diff -C2 -d -r1.796 -r1.797
*** NEWS 29 Jun 2003 16:50:06 -0000 1.796
--- NEWS 29 Jun 2003 16:56:38 -0000 1.797
***************
*** 128,132 ****
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
--- 128,132 ----
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