]> granicus.if.org Git - python/commit
Fix SF bug #622831 (I think): add unicode_whitespace_trans class
authorGreg Ward <gward@python.net>
Mon, 9 Dec 2002 16:23:08 +0000 (16:23 +0000)
committerGreg Ward <gward@python.net>
Mon, 9 Dec 2002 16:23:08 +0000 (16:23 +0000)
commit2e74541d7e715f3333a3d2bf0e9cac79f3871e0c
tree2b1c31ae897a779eee6f591564e36efa5fb32bce
parentef8b9c6616da75f725edf4c8cf0353cb38068cf4
Fix SF bug #622831 (I think): add unicode_whitespace_trans class
attribute, and modify _munge_whitespace() to recognize Unicode strings
and use unicode_whitespace_trans to munge them.  Still need to add a
test to make sure I've really fixed the bug.
Lib/textwrap.py