Message82660
In Py2.x, I think the desired behavior should match str.join(). If
either input in unicode the output is unicode. If both are ascii, ascii
should come out.
For Py3.x, I think the goal was to have str.join() enforce that both
inputs are unicode. If either are bytes, then you have to know the
encoding. |
|
| Date |
User |
Action |
Args |
| 2009-02-24 07:19:39 | rhettinger | set | recipients:
+ rhettinger, ezio.melotti, ignas |
| 2009-02-24 07:19:39 | rhettinger | set | messageid: <[email protected]> |
| 2009-02-24 07:19:36 | rhettinger | link | issue3446 messages |
| 2009-02-24 07:19:36 | rhettinger | create | |
|