
18 Dec
1998
18 Dec
'98
11:14 a.m.
"GS" == Greg Stein gstein@lyra.org writes:
GS> Two items that I noticed in Deliverer.py:
| 1) it writes to stderr, rather than logging
| 2) the writes do not have a final newline
Thanks Greg. Both of these are easily fixed by calling self.LogMsg() instead of sys.stderr.write().
-Barry