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.

作者 pitrou
收信人 akuchling, giampaolo.rodola, holdenweb, lregebro, pitrou, rhettinger
日期 2011-01-12.11:56:03
SpamBayes Score 1.0748491e-05
Marked as misclassified
Message-id <1294833366.65.0.708878668651.issue9124@psf.upfronthosting.co.za>
In-reply-to
内容
The aforementioned python-dev thread (available at http://mail.python.org/pipermail/python-dev/2010-June/101186.html ) explains things quite well.
The mailbox module needs to be modified to use binary I/O, both for functionality and for speed. Right now, I don't know how the mailbox module can be useful in py3k (you'd quickly run into unicode errors as soon as you try to read an email with another charset, I think).
历史
日期 用户 动作 参数
2011-01-12 11:56:06pitrou修改recipients: + pitrou, akuchling, rhettinger, holdenweb, giampaolo.rodola, lregebro
2011-01-12 11:56:06pitrou修改messageid: <1294833366.65.0.708878668651.issue9124@psf.upfronthosting.co.za>
2011-01-12 11:56:04pitrou链接issue9124 messages
2011-01-12 11:56:03pitrou创建