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 barry, ezio.melotti, georg.brandl, pitrou, python-dev, r.david.murray, serhiy.storchaka, steven.daprano, vajrasky
Date 2013-08-13.13:49:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1376401797.16.0.995499085418.issue18725@psf.upfronthosting.co.za>
In-reply-to
Content
fill(...) is just '\n'.join(wrap(...)). Directly use wrap() if you need nonstandard newlines.
History
Date User Action Args
2013-08-13 13:49:57serhiy.storchakasetrecipients: + serhiy.storchaka, barry, georg.brandl, pitrou, ezio.melotti, steven.daprano, r.david.murray, python-dev, vajrasky
2013-08-13 13:49:57serhiy.storchakasetmessageid: <1376401797.16.0.995499085418.issue18725@psf.upfronthosting.co.za>
2013-08-13 13:49:57serhiy.storchakalinkissue18725 messages
2013-08-13 13:49:57serhiy.storchakacreate