From: Kevin B. <kb...@ca...> - 2002-03-21 15:38:43
|
Ale...@di... wrote: >Thanks, Kevin ! I knew it must be something simple, but I definitely >couldn't find it after a quick look of the python documentation. > >As a matter of fact, I looked at the documentation python.org and I didn't >find any mention of the things that you mention. Could you please give me a >hint, where stuff like that can be looked up ? (I guess, other than the >source) > The python tutorial talks about the trailing newline issue (http://www.python.org/doc/current/tut/node5.html last paragraph). Not sure about sys.stdout.write, you could find info about that in the sys module documentation, or in info about I/O processing... kb |