This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author r.david.murray
Recipients jaraco, r.david.murray
Date 2018-01-07.04:11:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1515298276.04.0.467229070634.issue32509@psf.upfronthosting.co.za>
In-reply-to
Content
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...?
History
Date User Action Args
2018-01-07 04:11:16r.david.murraysetrecipients: + r.david.murray, jaraco
2018-01-07 04:11:16r.david.murraysetmessageid: <1515298276.04.0.467229070634.issue32509@psf.upfronthosting.co.za>
2018-01-07 04:11:16r.david.murraylinkissue32509 messages
2018-01-07 04:11:15r.david.murraycreate