diff options
author | Guido van Rossum <guido@python.org> | 2007-02-09 20:50:08 +0000 |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2007-02-09 20:50:08 +0000 |
commit | 45a4fb798d669927858f2b28dec69904b0f76fb6 (patch) | |
tree | abab9e158c615a6e945903f2e5d38f405fa8e738 /Python/Python-ast.c | |
parent | 6abe539824c72eec041c48ef13c57b16faaf9281 (diff) | |
download | cpython-45a4fb798d669927858f2b28dec69904b0f76fb6.tar.gz |
Fix an unfortunate mis-conversion: sometimes "print x," must be
converted to "print(x, end=' ')", but other times it must be converted
to "print(x, end='')". There's no easy way to find out, because it
depends on whether x ends with a newline. I'm sure I'll find more
like this.
Diffstat (limited to 'Python/Python-ast.c')
0 files changed, 0 insertions, 0 deletions