mirror of
https://github.com/python/cpython.git
synced 2026-05-28 15:16:53 -04:00
3508e30861
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.
8 lines
274 B
Plaintext
8 lines
274 B
Plaintext
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.
|