[Python-checkins] CVS: python/dist/src/Doc/tools mkhowto

Fred L. Drake fdrake@weyr.cnri.reston.va.us
Wed, 22 Sep 1999 15:55:35 -0400 (EDT)


Update of /projects/cvsroot/python/dist/src/Doc/tools
In directory weyr:/home/fdrake/projects/python/Doc/tools

Modified Files:
	mkhowto 
Log Message:

Added --image-type option to allow use of either GIF or PNG images.

Job.warning():  New method; use this instead of writing to sys.stderr
                directly.  Ensures warnings are also sent to the log
                file.

Job.log():  New method; write a message to the log file.  Use from
            .message() and .warning().