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, docs@python, ezio.melotti, python-dev, r.david.murray, scharron, serhiy.storchaka, terry.reedy, vstinner
Date 2014-10-28.12:35:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1414499712.44.0.579976305143.issue22232@psf.upfronthosting.co.za>
In-reply-to
Content
With Terry's explanation "linebreak" looks better to me. Yet one alternative is ascii=False (or unicode=True?). And may be worth to add this parameter to strip/rstrip/lstrip/split too. On other hand regular expressions can be used in such special cases.
History
Date User Action Args
2014-10-28 12:35:12serhiy.storchakasetrecipients: + serhiy.storchaka, barry, terry.reedy, vstinner, ezio.melotti, r.david.murray, docs@python, python-dev, scharron
2014-10-28 12:35:12serhiy.storchakasetmessageid: <1414499712.44.0.579976305143.issue22232@psf.upfronthosting.co.za>
2014-10-28 12:35:12serhiy.storchakalinkissue22232 messages
2014-10-28 12:35:12serhiy.storchakacreate