[Python-checkins] CVS: python/dist/src/Doc/mac undoc.tex,1.2,1.2.2.1

Fred L. Drake fdrake@users.sourceforge.net
Tue, 10 Jul 2001 07:20:22 -0700


Update of /cvsroot/python/python/dist/src/Doc/mac
In directory usw-pr-cvs1:/tmp/cvs-serv10629/mac

Modified Files:
      Tag: release21-maint
	undoc.tex 
Log Message:

Added descriptions for some modules that previously did not have any
information about them, based on comments from Jack Jansen.


Index: undoc.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/mac/undoc.tex,v
retrieving revision 1.2
retrieving revision 1.2.2.1
diff -C2 -r1.2 -r1.2.2.1
*** undoc.tex	2001/04/10 20:32:16	1.2
--- undoc.tex	2001/07/10 14:20:20	1.2.2.1
***************
*** 12,24 ****
  \declaremodule{standard}{buildtools}
    \platform{Mac}
! \modulesynopsis{Helper module for BuildApplet, BuildApplication and macfreeze}
  
  
! \section{\module{py_resource} --- }
  \declaremodule[pyresource]{standard}{py_resource}
    \platform{Mac}
! \modulesynopsis{}
  
  
  \section{\module{cfmfile} --- Code Fragment Resource module}
  \declaremodule{standard}{cfmfile}
--- 12,30 ----
  \declaremodule{standard}{buildtools}
    \platform{Mac}
! \modulesynopsis{Helper module for BuildApplet, BuildApplication and
!                 macfreeze}
  
  
! \section{\module{py_resource} --- Resources from Python code}
  \declaremodule[pyresource]{standard}{py_resource}
    \platform{Mac}
! \modulesynopsis{Helper to create \texttt{'PYC '} resources for compiled
!                 applications}
  
+ This module is primarily used as a help module for BuildApplet and
+ BuildApplication.  It is able to store compiled Python code as
+ \texttt{'PYC '} resources in a file.
  
+ 
  \section{\module{cfmfile} --- Code Fragment Resource module}
  \declaremodule{standard}{cfmfile}
***************
*** 62,69 ****
  
  
! \section{\module{mactty} --- }
  \declaremodule{standard}{mactty}
    \platform{Mac}
! \modulesynopsis{}
  
  
--- 68,75 ----
  
  
! \section{\module{mactty} --- Serial line connections}
  \declaremodule{standard}{mactty}
    \platform{Mac}
! \modulesynopsis{Easy access serial to line connections}
  
  
***************
*** 90,103 ****
  
  
! \section{\module{preferences} --- }
  \declaremodule{standard}{preferences}
    \platform{Mac}
! \modulesynopsis{}
  
  
! \section{\module{pythonprefs} --- }
  \declaremodule{standard}{pythonprefs}
    \platform{Mac}
! \modulesynopsis{}
  
  
--- 96,120 ----
  
  
! \section{\module{preferences} --- Application preferences manager}
  \declaremodule{standard}{preferences}
    \platform{Mac}
! \modulesynopsis{Nice application preferences manager with support for
!                 defaults}
! 
! The \module{preferences} module allows storage of user preferences in
! the system-wide preferences folder, with defaults coming from the
! application itself and the possibility to override preferences for
! specific situations.
  
  
! \section{\module{pythonprefs} --- Preferences manager for Python}
  \declaremodule{standard}{pythonprefs}
    \platform{Mac}
! \modulesynopsis{Specialized preferences manager for the Python
!                 interpreter}
! 
! This module is a specialization of the \refmodule{preferences} module
! that allows reading and writing of the preferences for the Python
! interpreter.