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 ezio.melotti
Recipients Arfrever, docs@python, ezio.melotti, georg.brandl, gvanrossum, michael.foord, rhettinger, terry.reedy, ysj.ray
Date 2011-04-02.20:39:50
SpamBayes Score 0.026190387
Marked as misclassified No
Message-id <1301776791.49.0.126606079832.issue11282@psf.upfronthosting.co.za>
In-reply-to
Content
Guido decided to leave the fail* methods and assertDictContainsSubset in 3.3 (and possibly even in the following versions), so that people moving from 2.7 to 3.3 don't have to change their code because these methods are missing.
Since assertSameElements is not in 2.7, it can be removed in 3.3.

I will therefore backout r88451 and add back the fail* methods and assertDictContainsSubset.
History
Date User Action Args
2011-04-02 20:39:51ezio.melottisetrecipients: + ezio.melotti, gvanrossum, georg.brandl, rhettinger, terry.reedy, Arfrever, michael.foord, ysj.ray, docs@python
2011-04-02 20:39:51ezio.melottisetmessageid: <1301776791.49.0.126606079832.issue11282@psf.upfronthosting.co.za>
2011-04-02 20:39:50ezio.melottilinkissue11282 messages
2011-04-02 20:39:50ezio.melotticreate