➜

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.

作者 ncoghlan
收信人 doerwalter, ezio.melotti, lemburg, ncoghlan, serhiy.storchaka, vstinner
日期 2013-11-22.00:30:49
SpamBayes Score -1.0
Marked as misclassified 是
Message-id <CADiSq7cj1HO64FQuKnvRuevJn=qbS-ZZoi38UkypgLtpQfbBCw@mail.gmail.com>
In-reply-to <1385076896.65.0.960256475843.issue19619@psf.upfronthosting.co.za>
内容
Victor pointed out this should now raise LookupError rather than TypeError.

However, I'm not going to duplicate the manipulation of the private
attribute across seven different codecs when a private alternate
constructor solves that problem far more cleanly.
历史
日期 用户 动作 参数
2013-11-22 00:30:49ncoghlan修改recipients: + ncoghlan, lemburg, doerwalter, vstinner, ezio.melotti, serhiy.storchaka
2013-11-22 00:30:49ncoghlan链接issue19619 messages
2013-11-22 00:30:49ncoghlan创建