[Python-checkins] python/dist/src/Doc/lib libthreading.tex,1.11.14.1,1.11.14.2

fdrake@users.sourceforge.net fdrake@users.sourceforge.net
Mon, 06 Jan 2003 08:38:54 -0800


Update of /cvsroot/python/python/dist/src/Doc/lib
In directory sc8-pr-cvs1:/tmp/cvs-serv7523

Modified Files:
      Tag: release22-maint
	libthreading.tex 
Log Message:
Strike any hint that from-import-* could ever be reasonable; it's a
vile abomination and should be eradicated!


Index: libthreading.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libthreading.tex,v
retrieving revision 1.11.14.1
retrieving revision 1.11.14.2
diff -C2 -d -r1.11.14.1 -r1.11.14.2
*** libthreading.tex	19 Mar 2002 14:37:14 -0000	1.11.14.1
--- libthreading.tex	6 Jan 2003 16:38:48 -0000	1.11.14.2
***************
*** 9,14 ****
  lower level \refmodule{thread} module.
  
! This module is safe for use with \samp{from threading import *}.  It
! defines the following functions and objects:
  
  \begin{funcdesc}{activeCount}{}
--- 9,13 ----
  lower level \refmodule{thread} module.
  
! This module defines the following functions and objects:
  
  \begin{funcdesc}{activeCount}{}