[issue32640] Python 2.7 str.join documentation is incorrect

Mariatta Wijaya report at bugs.python.org
Thu Jan 25 22:33:10 EST 2018


Mariatta Wijaya <mariatta.wijaya at gmail.com> added the comment:

GH-5333 clarifies that str.join can return a Unicode object if iterable contains a Unicode object, and that it will raise TypeError if there is any non string or non unicode object.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue32640>
_______________________________________


More information about the Python-bugs-list mailing list