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 amaury.forgeotdarc, barry, eikeon, glyph, gvanrossum, jek, ncoghlan, rhettinger, schmir
Date 2008-07-15.15:49:21
SpamBayes Score 7.889983e-05
Marked as misclassified No
Message-id <[email protected]>
In-reply-to
Content
Fixed for 2.6 in r64962 and the underlying PyObject_HashNotImplemented
mechanic forward ported to 3.0 in r64967.

Still need to update the C API documentation and the library reference,
as well as implement the Py3k warning in 2.6, but I won't get to those
for this beta - dropping priority to deferred blocker.
History
Date User Action Args
2008-07-15 15:49:23ncoghlansetspambayes_score: 7.88998e-05 -> 7.889983e-05
recipients: + ncoghlan, gvanrossum, barry, rhettinger, amaury.forgeotdarc, schmir, jek, eikeon, glyph
2008-07-15 15:49:23ncoghlansetspambayes_score: 7.88998e-05 -> 7.88998e-05
messageid: <[email protected]>
2008-07-15 15:49:22ncoghlanlinkissue2235 messages
2008-07-15 15:49:21ncoghlancreate