[issue7737] Patch all tests to change assertTrue(a [not] in b [, c]) -> assert[Not]In(a, b [, c])

Benjamin Peterson report at bugs.python.org
Tue Jan 19 01:13:15 CET 2010


Benjamin Peterson <benjamin at python.org> added the comment:

Thanks for the patch! Applied in r77604.

----------
nosy: +benjamin.peterson
resolution:  -> accepted
status: open -> closed

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue7737>
_______________________________________


More information about the Python-bugs-list mailing list