are final newlines appended if output lacks it?

Dan Jacobson jidanni at dman.ddts.net
Sat May 3 20:53:39 EDT 2003


Doing help() print explains how the blank got in here,
$ python -c "print 'wow',;print 'pow',"|od -c
0000000   w   o   w       p   o   w  \n
0000010
But not the newline. Why?
-- 
http://jidanni.org/ Taiwan(04)25854780




More information about the Python-list mailing list