[docs] [issue11282] 3.3 unittest document not kept consist with code
Ezio Melotti
report at bugs.python.org
Sat Apr 2 22:39:51 CEST 2011
Ezio Melotti <ezio.melotti at gmail.com> added the comment:
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.
----------
nosy: +gvanrossum, rhettinger
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue11282>
_______________________________________
More information about the docs
mailing list