diff options
author | Marc-André Lemburg <mal@egenix.com> | 2001-09-20 16:37:23 (GMT) |
---|---|---|
committer | Marc-André Lemburg <mal@egenix.com> | 2001-09-20 16:37:23 (GMT) |
commit | 5e89bd656f6cb48ada3547af4303a923902145e8 (patch) | |
tree | 1f4d4816aa587ace6fd34a1271612bcc5c2f35c5 | |
parent | fe148c80b77c0935f789e4170b237f1b8a76b3bc (diff) | |
download | cpython-5e89bd656f6cb48ada3547af4303a923902145e8.zip cpython-5e89bd656f6cb48ada3547af4303a923902145e8.tar.gz cpython-5e89bd656f6cb48ada3547af4303a923902145e8.tar.bz2 |
Update test output after the unicode() change.
-rw-r--r-- | Lib/test/output/test_unicode | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/test/output/test_unicode b/Lib/test/output/test_unicode index 783a486..11c9c80 100644 --- a/Lib/test/output/test_unicode +++ b/Lib/test/output/test_unicode @@ -1,4 +1,5 @@ test_unicode +* <built-in method join of unicode object at 0x81b3ba0> u' ' <class exceptions.TypeError at 0x80fac4c> u'7 hello 123' Testing Unicode comparisons... done. Testing Unicode contains method... done. Testing Unicode formatting strings... done. |