| commit | 52ea0ce977c096945cceca91655997b8165d9eb8 | [log] [tgz] |
|---|---|---|
| author | Fred Drake <fdrake@acm.org> | Wed Sep 22 19:55:35 1999 +0000 |
| committer | Fred Drake <fdrake@acm.org> | Wed Sep 22 19:55:35 1999 +0000 |
| tree | d5deb25f2b0fbe6aa94fe8551cde3435ccf287b3 | |
| parent | 191439ab6bc8e4bd6acccae2eca3028a43a9016d [diff] |
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().