mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00

elements which are not Unicode objects or strings. (This matches the string.join() behaviour.) Fix a memory leak in the .join() method which occurs in case the Unicode resize fails. Restore the test_unicode output.
7 lines
274 B
Text
7 lines
274 B
Text
test_unicode
|
|
Testing Unicode comparisons... done.
|
|
Testing Unicode contains method... done.
|
|
Testing Unicode formatting strings... done.
|
|
Testing builtin codecs... done.
|
|
Testing standard mapping codecs... 0-127... 128-255... done.
|
|
Testing Unicode string concatenation... done.
|