Chris Jerdonek <[email protected]> added the comment:
Here is an even simpler failing test case:
>>> from textwrap import wrap
>>> wrap("a\nb", replace_whitespace=False)
['a\nb']
It should return--
['a', 'b']
I will start working on this issue by assembling formal test cases.
----------
nosy: +cjerdonek
_______________________________________
Python tracker <[email protected]>
<http://bugs.python.org/issue1859>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com