Steven Bethard wrote: >> - Error and help messages, often with print >>sys.stderr > > Use the print() method of sys.stderr: > > sys.stderr.print('error or help message') so who's going to add print methods to all file-like objects? </F>