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 vajrasky
Recipients barry, ezio.melotti, georg.brandl, pitrou, vajrasky
Date 2013-07-29.16:33:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1375115604.14.0.0588563567862.issue18585@psf.upfronthosting.co.za>
In-reply-to
Content
Beside of that, I notice the new lines are deleted silently.

>>> textwrap.summarize('republicans are red,\ndemocrats are blue,\nneither one of them,\ncares about you.', width=46)
'republicans are red, democrats are blue, (...)'
History
Date User Action Args
2013-07-29 16:33:24vajraskysetrecipients: + vajrasky, barry, georg.brandl, pitrou, ezio.melotti
2013-07-29 16:33:24vajraskysetmessageid: <1375115604.14.0.0588563567862.issue18585@psf.upfronthosting.co.za>
2013-07-29 16:33:24vajraskylinkissue18585 messages
2013-07-29 16:33:23vajraskycreate