commit | c77db34575f8ea73a5f53baf5a68fb0d39850573 | [log] [tgz] |
---|---|---|
author | Tim Peters <tim.peters@gmail.com> | Tue Oct 23 02:21:52 2001 +0000 |
committer | Tim Peters <tim.peters@gmail.com> | Tue Oct 23 02:21:52 2001 +0000 |
tree | f1138884f8a962782ee0ee3481690d2d1ad0bd2e | |
parent | 90b689076a6dcb55dcac6c5efbc9e4aa793e6c72 [diff] |
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.