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 | 08c47ba0df4ba87cdce34c126e5bdb28f8c6034c (patch) | |
tree | 2ad61bc5c105d4097db6fbe8ec7700877d182d94 /Lib/cgitb.py | |
parent | Revert doubly-converted doctests. (diff) | |
download | cpython-08c47ba0df4ba87cdce34c126e5bdb28f8c6034c.tar.gz cpython-08c47ba0df4ba87cdce34c126e5bdb28f8c6034c.tar.bz2 cpython-08c47ba0df4ba87cdce34c126e5bdb28f8c6034c.zip |
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 'Lib/cgitb.py')
0 files changed, 0 insertions, 0 deletions