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 terry.reedy
Recipients rhettinger, terry.reedy
Date 2014-04-19.00:26:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1397867209.67.0.655373641493.issue21284@psf.upfronthosting.co.za>
In-reply-to
Content
I noticed the same while working on #21139 and posted there a patch, 21139-34-fpe.diff, that adds a limit parameter to .format_paragraph_event. Test could then specify a width for each test without touching the user configuration. Different tests could use different widths. An explicit width is already used for testing the implementaton functions called by this method.
History
Date User Action Args
2014-04-19 00:26:49terry.reedysetrecipients: + terry.reedy, rhettinger
2014-04-19 00:26:49terry.reedysetmessageid: <1397867209.67.0.655373641493.issue21284@psf.upfronthosting.co.za>
2014-04-19 00:26:49terry.reedylinkissue21284 messages
2014-04-19 00:26:48terry.reedycreate