[Python-checkins] python/dist/src/Lib threading.py,1.27,1.28

jhylton@users.sourceforge.net jhylton@users.sourceforge.net
Wed, 14 Aug 2002 12:25:44 -0700


Update of /cvsroot/python/python/dist/src/Lib
In directory usw-pr-cvs1:/tmp/cvs-serv10594

Modified Files:
	threading.py 
Log Message:
Docstring nits: The module is neither proposed nor new.


Index: threading.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/threading.py,v
retrieving revision 1.27
retrieving revision 1.28
diff -C2 -d -r1.27 -r1.28
*** threading.py	14 Aug 2002 17:56:13 -0000	1.27
--- threading.py	14 Aug 2002 19:25:42 -0000	1.28
***************
*** 1,3 ****
! """Proposed new threading module, emulating a subset of Java's threading model."""
  
  import sys
--- 1,3 ----
! """Thread module emulating a subset of Java's threading model."""
  
  import sys