[Python-bugs-list] [ python-Bugs-473864 ] doctest expects spurios space
noreply@sourceforge.net
noreply@sourceforge.net
Mon, 22 Oct 2001 18:47:52 -0700
Bugs item #473864, was opened at 2001-10-22 18:36
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=473864&group_id=5470
Category: Python Library
Group: Python 2.2
Status: Open
Resolution: None
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: doctest expects spurios space
Initial Comment:
When trying something like this:
>>> for k in ((1, 2), (3, 4)):
... print k,
...
(1, 2) (3, 4)
doctest expects an extra leading space in the output.
See the attached file for some more details.
Sverker
----------------------------------------------------------------------
Comment By: Nobody/Anonymous (nobody)
Date: 2001-10-22 18:47
Message:
Logged In: NO
I forgot my email before when I sent in the bug report.
Interested to know if it is a real bug or if it is just me
and my system.. sverker.is@home.se
----------------------------------------------------------------------
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=473864&group_id=5470