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 jonathaneunice
Recipients jonathaneunice
Date 2017-06-07.16:40:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1496853644.82.0.945578102989.issue30591@psf.upfronthosting.co.za>
In-reply-to
Content
A rare case in textwrap when max_lines insufficient and textwrap needs to backtrack to a previous line to add the placeholder seems to lack test coverage.

This issue added as prereq for suggesting an additional test. PR imminent.

Code: Lib/textwrap.py (as is)
Test: Lib/test/test_textwrap.py (extended)
History
Date User Action Args
2017-06-07 16:40:44jonathaneunicesetrecipients: + jonathaneunice
2017-06-07 16:40:44jonathaneunicesetmessageid: <1496853644.82.0.945578102989.issue30591@psf.upfronthosting.co.za>
2017-06-07 16:40:44jonathaneunicelinkissue30591 messages
2017-06-07 16:40:44jonathaneunicecreate