[issue1145] Allow str.join to join non-string types (as per PEP 3100)

Guido van Rossum report at bugs.python.org
Fri Sep 14 21:33:58 CEST 2007


Guido van Rossum added the comment:

> Should it really, even if the bytes is ascii-encodable?

Yes, really.  We don't want to open up the same can of worms that made
working with Unicode such a pain in 2.x.

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1145>
__________________________________


More information about the Python-bugs-list mailing list