[Python-bugs-list] [ python-Bugs-473864 ] doctest expects spurios space (original) (raw)
noreply@sourceforge.net noreply@sourceforge.net
Mon, 22 Oct 2001 18:36:47 -0700
- Previous message: [Python-bugs-list] [ python-Bugs-462783 ] mmap bus error on linux
- Next message: [Python-bugs-list] [ python-Bugs-473864 ] doctest expects spurios space
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=105470&aid=473864&group_id=5470
- Previous message: [Python-bugs-list] [ python-Bugs-462783 ] mmap bus error on linux
- Next message: [Python-bugs-list] [ python-Bugs-473864 ] doctest expects spurios space
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]