[Python-checkins] python/dist/src/Doc/lib libdummythread.tex,1.1,1.2 libdummythreading.tex,1.1,1.2 libthread.tex,1.27,1.28 libthreading.tex,1.13,1.14

fdrake@users.sourceforge.net fdrake@users.sourceforge.net
Mon, 30 Dec 2002 15:00:39 -0800


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

Modified Files:
	libdummythread.tex libdummythreading.tex libthread.tex 
	libthreading.tex 
Log Message:
- fix use of \refmodule markup
- correct some module names, add hyperlinks
- wrap some long lines


Index: libdummythread.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libdummythread.tex,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** libdummythread.tex	30 Dec 2002 22:30:22 -0000	1.1
--- libdummythread.tex	30 Dec 2002 23:00:33 -0000	1.2
***************
*** 3,11 ****
  
  \declaremodule[dummythread]{standard}{dummy_thread}
! \modulesynopsis{Drop-in replacement for the thread module.}
  
! This module provides a duplicate interface to the \refmodule{thread} module. It
! is meant to be imported when the \module{thread} module is not provided on a
! platform.
  
  Suggested usage is:
--- 3,11 ----
  
  \declaremodule[dummythread]{standard}{dummy_thread}
! \modulesynopsis{Drop-in replacement for the \refmodule{thread} module.}
  
! This module provides a duplicate interface to the \refmodule{thread}
! module.  It is meant to be imported when the \refmodule{thread} module
! is not provided on a platform.
  
  Suggested usage is:

Index: libdummythreading.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libdummythreading.tex,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** libdummythreading.tex	30 Dec 2002 22:30:22 -0000	1.1
--- libdummythreading.tex	30 Dec 2002 23:00:35 -0000	1.2
***************
*** 1,11 ****
! \section{\module{dummy_thread} ---
           Drop-in replacement for the \module{threading} module}
  
  \declaremodule[dummythreading]{standard}{dummy_threading}
! \modulesynopsis{Drop-in replacement for the threading module.}
  
! This module provides a duplicate interface to the \refmodule{threading} module. It
! is meant to be imported when the \module{threading} module is not provided on a
! platform.
  
  Suggested usage is:
--- 1,11 ----
! \section{\module{dummy_threading} ---
           Drop-in replacement for the \module{threading} module}
  
  \declaremodule[dummythreading]{standard}{dummy_threading}
! \modulesynopsis{Drop-in replacement for the \refmodule{threading} module.}
  
! This module provides a duplicate interface to the
! \refmodule{threading} module.  It is meant to be imported when the
! \refmodule{thread} module is not provided on a platform.
  
  Suggested usage is:

Index: libthread.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libthread.tex,v
retrieving revision 1.27
retrieving revision 1.28
diff -C2 -d -r1.27 -r1.28
*** libthread.tex	30 Dec 2002 22:34:10 -0000	1.27
--- libthread.tex	30 Dec 2002 23:00:35 -0000	1.28
***************
*** 19,24 ****
  IRIX, Solaris 2.x, as well as on systems that have a \POSIX{} thread
  (a.k.a. ``pthread'') implementation.  For systems lacking the \module{thread}
! module, the \refmodule{dummy_thread} module is available.  It duplicates this
! module's interface and can be used as a drop-in replacement.
  \index{pthreads}
  \indexii{threads}{\POSIX}
--- 19,25 ----
  IRIX, Solaris 2.x, as well as on systems that have a \POSIX{} thread
  (a.k.a. ``pthread'') implementation.  For systems lacking the \module{thread}
! module, the \refmodule[dummythread]{dummy_thread} module is available.
! It duplicates this module's interface and can be
! used as a drop-in replacement.
  \index{pthreads}
  \indexii{threads}{\POSIX}

Index: libthreading.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libthreading.tex,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** libthreading.tex	30 Dec 2002 22:34:10 -0000	1.13
--- libthreading.tex	30 Dec 2002 23:00:36 -0000	1.14
***************
*** 9,14 ****
  lower level \refmodule{thread} module.
  
! The \refmodule{dummy_threading} module is provided for situations where
! \module{threading} cannot be used because \module{thread} is missing.
  
  This module is safe for use with \samp{from threading import *}.  It
--- 9,15 ----
  lower level \refmodule{thread} module.
  
! The \refmodule[dummythreading]{dummy_threading} module is provided for
! situations where \module{threading} cannot be used because
! \refmodule{thread} is missing.
  
  This module is safe for use with \samp{from threading import *}.  It