]> granicus.if.org Git - python/commit
Add test_unicode() to ensure that 1) textwrap doesn't crash on unicode
authorGreg Ward <gward@python.net>
Mon, 9 Dec 2002 16:32:41 +0000 (16:32 +0000)
committerGreg Ward <gward@python.net>
Mon, 9 Dec 2002 16:32:41 +0000 (16:32 +0000)
commitc7e3c5e3062295d4c3a7d8a41e4c2246e7476194
tree76dcb4d48bc1225cde85f04a48d3d448529eefc5
parent24cbbcb57fddc3e0edcd7e9bdb02f368f0913dc0
Add test_unicode() to ensure that 1) textwrap doesn't crash on unicode
input, and 2) unicode input means unicode output.  This closes
SF bug #622831.
Lib/test/test_textwrap.py