]> granicus.if.org Git - python/commit
Added --image-type option to allow use of either GIF or PNG images.
authorFred Drake <fdrake@acm.org>
Wed, 22 Sep 1999 19:55:35 +0000 (19:55 +0000)
committerFred Drake <fdrake@acm.org>
Wed, 22 Sep 1999 19:55:35 +0000 (19:55 +0000)
commit52ea0ce977c096945cceca91655997b8165d9eb8
treed5deb25f2b0fbe6aa94fe8551cde3435ccf287b3
parent191439ab6bc8e4bd6acccae2eca3028a43a9016d
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().
Doc/tools/mkhowto