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 ezio.melotti, georg.brandl, michael.foord, rhettinger
Date 2010-12-18.18:31:20
SpamBayes Score 0.010197733
Marked as misclassified No
Message-id <1292697083.42.0.458165431498.issue10573@psf.upfronthosting.co.za>
In-reply-to
Content
These three changes look fine.   

The argument order for assertDictContainsSubset is problematic (doesn't match its own name and doesn't match the order for other __contains__ methods elsewhere in Python), but it's too late to change it now :-(
History
Date User Action Args
2010-12-18 18:31:23rhettingersetrecipients: + rhettinger, georg.brandl, ezio.melotti, michael.foord
2010-12-18 18:31:23rhettingersetmessageid: <1292697083.42.0.458165431498.issue10573@psf.upfronthosting.co.za>
2010-12-18 18:31:20rhettingerlinkissue10573 messages
2010-12-18 18:31:20rhettingercreate