Added the line 'Testing UTF-16 code point order comparisons... done."

to match addition to test_unicode.py.
This commit is contained in:
Guido van Rossum 2000-07-10 15:06:06 +00:00
parent 964f123346
commit 1bbddd085c
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
test_unicode
Testing Unicode comparisons... done.
Testing UTF-16 code point order comparisons... done.
Testing Unicode contains method... done.
Testing Unicode formatting strings... done.
Testing builtin codecs... done.