SIGN IN SIGN UP

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.
M
Marc-André Lemburg committed
3508e308613055ea28bfb766828f03cc08a6789b
Parent: 5e89bd6