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 larry
Recipients larry
Date 2017-12-21.14:11:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1513865486.35.0.213398074469.issue32397@psf.upfronthosting.co.za>
In-reply-to
Content
FWIW, the test program produces this output:

------------------------------

     original: 'xxxx xxxx xxxx xxxx xxxx.  xxxx'
      wrapped: 'xxxx xxxx xxxx xxxx xxxx.\nxxxx'
wrapped twice: 'xxxx xxxx xxxx xxxx xxxx. xxxx'

Traceback (most recent call last):
  File "textwrap.isnt.stable.py", line 24, in <module>
    assert wrapped == wrapped2
AssertionError
History
Date User Action Args
2017-12-21 14:11:26larrysetrecipients: + larry
2017-12-21 14:11:26larrysetmessageid: <1513865486.35.0.213398074469.issue32397@psf.upfronthosting.co.za>
2017-12-21 14:11:26larrylinkissue32397 messages
2017-12-21 14:11:26larrycreate