[Python-Dev] [Python-checkins] r86855 - in python/branches/py3k: Doc/library/unittest.rst Lib/unittest/case.py (original) (raw)

Éric Araujo merwok at netwok.org
Thu Dec 9 04:45:37 CET 2010


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



More information about the Python-Dev mailing list