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 georg.brandl, inkerman, pitrou, roippi, serhiy.storchaka
Date 2014-11-11.20:14:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <7152586.pS4QJsiVuP@raxxla>
In-reply-to <1415735172.13.0.38551691058.issue22687@psf.upfronthosting.co.za>
Content
Oh, sorry, I tested your first patch. Your second patch is faster than current 
code to me. But it changes behavior.

>>> textwrap.wrap('"1a-2b', width=5)
['"1a-', '2b']

With the patch the result is ['"1a-2', 'b'].
History
Date User Action Args
2014-11-11 20:14:16serhiy.storchakasetrecipients: + serhiy.storchaka, georg.brandl, pitrou, roippi, inkerman
2014-11-11 20:14:16serhiy.storchakalinkissue22687 messages
2014-11-11 20:14:16serhiy.storchakacreate