Hello, > Author: raymond.hettinger > Date: Mon Nov 29 02:38:25 2010 > New Revision: 86855 > Log: Do not add an obsolete unittest name to Py3.2.
> Modified: python/branches/py3k/Lib/unittest/case.py > - # Old name for assertCountEqual() > - assertItemsEqual = assertCountEqual When we merge distutils2 back into the stdlib, our tests will have to work with stdlib unittest in 3.3 or unittest2 for older Pythons (we’ll still make standalone releases for them). unittest2 doesn’t have assertCountEqual, unittest in 3.2+ doesn’t have assertItemsEqual, what’s the plan for compatibility? Regards _______________________________________________ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com