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 serhiy.storchaka
Recipients barry, eric.smith, ned.deily, serhiy.storchaka
Date 2016-09-01.19:28:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1472758108.37.0.971372690221.issue27921@psf.upfronthosting.co.za>
In-reply-to
Content
> -            result.append(f'  [Previous line repeated {count-3} more times]\n')
> +            result.append(f'  [Previous line repeated {count-3} more times]''\n')

This looks a little ugly.
History
Date User Action Args
2016-09-01 19:28:28serhiy.storchakasetrecipients: + serhiy.storchaka, barry, eric.smith, ned.deily
2016-09-01 19:28:28serhiy.storchakasetmessageid: <1472758108.37.0.971372690221.issue27921@psf.upfronthosting.co.za>
2016-09-01 19:28:28serhiy.storchakalinkissue27921 messages
2016-09-01 19:28:28serhiy.storchakacreate