Files
cpython/Objects
Marc-André Lemburg 3508e30861 Fix Unicode .join() method to raise a TypeError for sequence
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.
2001-09-20 17:22:58 +00:00
..
2001-08-29 23:54:21 +00:00
2001-09-06 21:56:42 +00:00
2001-08-29 23:54:21 +00:00
2001-09-11 19:48:03 +00:00