Serhiy Storchaka added the comment:

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.

----------
nosy: +ncoghlan, pitrou, serhiy.storchaka

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue19479>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to