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

Ezio Melotti report at bugs.python.org
Sun Jan 24 02:16:19 CET 2010


Ezio Melotti <ezio.melotti at gmail.com> added the comment:

I fixed more in r77111 and then backported everything to trunk in r77715.

----------
keywords:  -needs review
nosy: +ezio.melotti
stage: patch review -> committed/rejected

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


More information about the Python-bugs-list mailing list