Why does Python do this?

John J. Lee jjl at pobox.com
Sat Jul 26 19:22:04 EDT 2003


Gre7g Luterman <gre7g-d-1059579503.1d83b3 at wolfhome.com> writes:

[...]
> Note the extra space printed when I executed the "print y" command.
[...]
> So it only seems to happen when you interrupt a print statement with
> another print statement during an implicit string conversion.

2.2.1 only does this from the interactive prompt, not from a .py.


John




More information about the Python-list mailing list