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 rhettinger
Recipients danderson, doerwalter, rhettinger
Date 2009-05-14.16:28:44
SpamBayes Score 0.009762425
Marked as misclassified No
Message-id <1242318528.19.0.34547417436.issue2661@psf.upfronthosting.co.za>
In-reply-to
Content
Walter, this is your code.  Care to incorporate any of David's ideas?

David, for my own code, the usual technique for something like
test_repr() is to subclass TestHashMappingProtocol and override the test
method with a customized test_repr() method.
History
Date User Action Args
2009-05-14 16:28:48rhettingersetrecipients: + rhettinger, doerwalter, danderson
2009-05-14 16:28:48rhettingersetmessageid: <1242318528.19.0.34547417436.issue2661@psf.upfronthosting.co.za>
2009-05-14 16:28:46rhettingerlinkissue2661 messages
2009-05-14 16:28:45rhettingercreate