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.

Author ncoghlan
Recipients doerwalter, ezio.melotti, lemburg, ncoghlan, serhiy.storchaka, vstinner
Date 2013-11-22.00:30:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CADiSq7cj1HO64FQuKnvRuevJn=qbS-ZZoi38UkypgLtpQfbBCw@mail.gmail.com>
In-reply-to <1385076896.65.0.960256475843.issue19619@psf.upfronthosting.co.za>
Content
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.
History
Date User Action Args
2013-11-22 00:30:49ncoghlansetrecipients: + ncoghlan, lemburg, doerwalter, vstinner, ezio.melotti, serhiy.storchaka
2013-11-22 00:30:49ncoghlanlinkissue19619 messages
2013-11-22 00:30:49ncoghlancreate