[issue2578] additional unittest type equality methods
Gregory P. Smith
report at bugs.python.org
Tue Mar 31 21:06:11 CEST 2009
Gregory P. Smith <greg at krypto.org> added the comment:
def's of the methods changed to be the official assert* names in trunk
r70864. unittests added to confirm that all known method names continue
to work.
Guido - If we fix 2to3 to fixup unittests that use the fail* method
names to use the assert* names would you be okay with adding the
deprecation warning in 3.1 or should it really wait for 3.2 with a
removal in 3.3?
I'm fine with leaving the deprecation out for 2.7.
----------
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue2578>
_______________________________________
More information about the Python-bugs-list
mailing list