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 amaury.forgeotdarc
Recipients amaury.forgeotdarc, barry, eikeon, glyph, gvanrossum, jek, ncoghlan, rhettinger, schmir
Date 2008-07-02.22:32:05
SpamBayes Score 6.614469e-06
Marked as misclassified No
Message-id <1215037926.23.0.575758156055.issue2235@psf.upfronthosting.co.za>
In-reply-to
Content
Isn't that a serious compatibility issue? 2.5 code should work on 2.6
with minimal effort.


For deque objects, I don't get your point:

Python 2.6b1+ (trunk, Jul  1 2008, 22:35:48) [MSC v.1500 32 bit Intel)]
on win32
>>> from collections import deque
>>> hash(deque())
TypeError: deque objects are unhashable
History
Date User Action Args
2008-07-02 22:32:06amaury.forgeotdarcsetspambayes_score: 6.61447e-06 -> 6.614469e-06
recipients: + amaury.forgeotdarc, gvanrossum, barry, rhettinger, ncoghlan, schmir, jek, eikeon, glyph
2008-07-02 22:32:06amaury.forgeotdarcsetspambayes_score: 6.61447e-06 -> 6.61447e-06
messageid: <1215037926.23.0.575758156055.issue2235@psf.upfronthosting.co.za>
2008-07-02 22:32:05amaury.forgeotdarclinkissue2235 messages
2008-07-02 22:32:05amaury.forgeotdarccreate