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 doerwalter
Recipients danderson, doerwalter, rhettinger
Date 2009-05-14.20:44:38
SpamBayes Score 6.202045e-09
Marked as misclassified No
Message-id <1242333880.43.0.699565751061.issue2661@psf.upfronthosting.co.za>
In-reply-to
Content
Any custom mapping class should have a repr test anyway, so IMHO it
doesn't matter whether the base test has a repr test or not.

The suggested fixes for TestMappingProtocol.test_fromkeys() and
TestHashMappingProtocol.test_mutatingiteration() sound OK however.

David, can you provide a patch?
History
Date User Action Args
2009-05-14 20:44:40doerwaltersetrecipients: + doerwalter, rhettinger, danderson
2009-05-14 20:44:40doerwaltersetmessageid: <1242333880.43.0.699565751061.issue2661@psf.upfronthosting.co.za>
2009-05-14 20:44:38doerwalterlinkissue2661 messages
2009-05-14 20:44:38doerwaltercreate