[Python-checkins] python/dist/src/Doc/lib libthreading.tex,1.14,1.15

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


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

Modified Files:
	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.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** libthreading.tex	30 Dec 2002 23:00:36 -0000	1.14
--- libthreading.tex	6 Jan 2003 16:38:10 -0000	1.15
***************
*** 13,18 ****
  \refmodule{thread} is missing.
  
! This module is safe for use with \samp{from threading import *}.  It
! defines the following functions and objects:
  
  \begin{funcdesc}{activeCount}{}
--- 13,17 ----
  \refmodule{thread} is missing.
  
! This module defines the following functions and objects:
  
  \begin{funcdesc}{activeCount}{}