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 alexis.d, emilyemorehouse, georg.brandl, ncoghlan, pitrou, serhiy.storchaka, terry.reedy
Date 2017-06-27.05:22:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1498540952.97.0.279928761727.issue19479@psf.upfronthosting.co.za>
In-reply-to
Content
I'm not sure that textwrap.dedent() should support the CRLF line separator. Usually the conversion between different line separators (CRLF, CR, LF) used in in external files and LF used internally is done at I/O level.

In any case this looks to me like rather a new feature than a bug fix.
History
Date User Action Args
2017-06-27 05:22:33serhiy.storchakasetrecipients: + serhiy.storchaka, georg.brandl, terry.reedy, ncoghlan, pitrou, alexis.d, emilyemorehouse
2017-06-27 05:22:32serhiy.storchakasetmessageid: <1498540952.97.0.279928761727.issue19479@psf.upfronthosting.co.za>
2017-06-27 05:22:32serhiy.storchakalinkissue19479 messages
2017-06-27 05:22:32serhiy.storchakacreate