This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

作者 rhettinger
收信人 ezio.melotti, ignas, rhettinger
日期 2009-02-24.07:19:36
SpamBayes Score 3.3707554e-06
Marked as misclassified
Message-id <1235459979.54.0.817607386511.issue3446@psf.upfronthosting.co.za>
In-reply-to
内容
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.
历史
日期 用户 动作 参数
2009-02-24 07:19:39rhettinger修改recipients: + rhettinger, ezio.melotti, ignas
2009-02-24 07:19:39rhettinger修改messageid: <1235459979.54.0.817607386511.issue3446@psf.upfronthosting.co.za>
2009-02-24 07:19:36rhettinger链接issue3446 messages
2009-02-24 07:19:36rhettinger创建