[Python-checkins] CVS: python/dist/src/Doc/tools support.py,1.1,1.2

Fred L. Drake python-dev@python.org
Wed, 4 Oct 2000 22:20:57 -0700


Update of /cvsroot/python/python/dist/src/Doc/tools
In directory slayer.i.sourceforge.net:/tmp/cvs-serv32343/tools

Modified Files:
	support.py 
Log Message:

Better add at least a short docstring to the module!


Index: support.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/tools/support.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** support.py	2000/10/05 05:11:57	1.1
--- support.py	2000/10/05 05:20:55	1.2
***************
*** 1,3 ****
! """
  """
  __version__ = '$Revision$'
--- 1,7 ----
! """Miscellaneous support code shared by some of the tool scripts.
! 
! This includes option parsing code, HTML formatting code, and a couple of
! useful helpers.
! 
  """
  __version__ = '$Revision$'