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 georg.brandl
Recipients georg.brandl
Date 2008-05-25.09:46:05
SpamBayes Score 0.03587309
Marked as misclassified No
Message-id <1211708783.58.0.883984457478.issue2965@psf.upfronthosting.co.za>
In-reply-to
Content
The weak dictionaries in the weakref module still present the 2.x
dictionary methods (iter*). This should be fixed for consistency with 3k
dicts.
History
Date User Action Args
2008-05-25 09:46:25georg.brandlsetspambayes_score: 0.0358731 -> 0.03587309
recipients: + georg.brandl
2008-05-25 09:46:24georg.brandlsetspambayes_score: 0.0358731 -> 0.0358731
messageid: <1211708783.58.0.883984457478.issue2965@psf.upfronthosting.co.za>
2008-05-25 09:46:19georg.brandllinkissue2965 messages
2008-05-25 09:46:14georg.brandlcreate