R. David Murray <rdmur...@bitdance.com> added the comment:

What happens if you print a placeholder line first, before your test output?  
I'm not sure it will work, I seem to remember something about an ellipses 
starting a line just not being supported, but it was a long time ago...

So, that doesn't work, maybe do something like res = ['x' + l for l in res] so 
that you can use x...?

----------
nosy: +r.david.murray

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue32509>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to