summaryrefslogtreecommitdiff
path: root/Python/Python-ast.c
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2007-02-09 20:50:08 +0000
committerGuido van Rossum <guido@python.org>2007-02-09 20:50:08 +0000
commit45a4fb798d669927858f2b28dec69904b0f76fb6 (patch)
treeabab9e158c615a6e945903f2e5d38f405fa8e738 /Python/Python-ast.c
parent6abe539824c72eec041c48ef13c57b16faaf9281 (diff)
downloadcpython-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