]> granicus.if.org Git - python/commit
SF bug [#473864] doctest expects spurios space.
authorTim Peters <tim.peters@gmail.com>
Tue, 23 Oct 2001 02:21:52 +0000 (02:21 +0000)
committerTim Peters <tim.peters@gmail.com>
Tue, 23 Oct 2001 02:21:52 +0000 (02:21 +0000)
commitc77db34575f8ea73a5f53baf5a68fb0d39850573
treef1138884f8a962782ee0ee3481690d2d1ad0bd2e
parent90b689076a6dcb55dcac6c5efbc9e4aa793e6c72
SF bug [#473864] doctest expects spurios space.
Repair unlikely surprise due to magical softspace attr and the use of
print with a trailing comma in doctest examples.
Bugfix candidate.
Lib/doctest.py