Comment 3 for bug 28649

Revision history for this message
Marius Gedminas (mgedmin) wrote : Re: Malone word-wraps URLs when sending out emails

If you happen to use the textwrap module from the standard Python library, then this might be of interest to you: textwrap in Python 2.3 wraps URLs that contain hyphens, while textwrap in Python 2.4 doesn't.