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 ronaldoussoren
Recipients docs@python, ezio.melotti, ronaldoussoren
Date 2013-04-29.08:33:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1367224398.14.0.647536617271.issue17866@psf.upfronthosting.co.za>
In-reply-to
Content
I do think this should be mentioned in the 2.7 docs, assertDictContainsSubset is mentioned as "deprecated since 3.2" in the 2.7 docs.  The only problem with that is that there doesn't seem to be a "versionremoved" directive in sphinx, the best alternative seems to be deprecated-removed.

I'm not to happy about the removal though, assertCountEqual is not in 2.7 which means it is unnecessarily hard to port tests from 2.7 to 3.3. I also don't quite understand the difference between assertCountEqual and assetItemsEqual, the documentation for the two (in the 3.3 and 2.7 docs) appears to indicate they have the same behavior (both assert that two sequence have the same contents when the order of items is ignored).
History
Date User Action Args
2013-04-29 08:33:18ronaldoussorensetrecipients: + ronaldoussoren, ezio.melotti, docs@python
2013-04-29 08:33:18ronaldoussorensetmessageid: <1367224398.14.0.647536617271.issue17866@psf.upfronthosting.co.za>
2013-04-29 08:33:18ronaldoussorenlinkissue17866 messages
2013-04-29 08:33:17ronaldoussorencreate