]> granicus.if.org Git - python/commit
Kill off softspace completely (except in formatter.py which seems to have
authorGuido van Rossum <guido@python.org>
Fri, 9 Feb 2007 23:20:19 +0000 (23:20 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 9 Feb 2007 23:20:19 +0000 (23:20 +0000)
commit79139b247b0bc0bc1b1a12932140bbd4bc188df7
treefef7ef79dcb4e2a1ca033e725b1c2d802e9447d2
parentbdc36e4d9e754dd00f17f67a943217a1829c75b3
Kill off softspace completely (except in formatter.py which seems to have
a different feature with the same name).
The change to test_doctest.txt reduces the doctest failures to 3.
19 files changed:
Include/ceval.h
Include/fileobject.h
Lib/StringIO.py
Lib/bsddb/dbrecio.py
Lib/code.py
Lib/doctest.py
Lib/idlelib/PyShell.py
Lib/idlelib/run.py
Lib/socket.py
Lib/test/test_doctest.txt
Lib/test/test_file.py
Lib/test/test_inspect.py
Lib/test/test_softspace.py [deleted file]
Modules/bz2module.c
Modules/cStringIO.c
Objects/fileobject.c
Python/ceval.c
Python/pythonrun.c
Python/sysmodule.c