Hi, On Mon, Jun 18, 2012 at 10:54 PM, Maciej Fijalkowski <[email protected]> wrote: > It seems that you should make simpler tests (as > in there is no need for self.s and self.b I think, why not use str and bool > builtins?)
Ah, it came from the other tests of test_newformat.py; but these use "self.s" instead of "str or unicode". "self.b()" is superflous, as you can use "bool()". A bientôt, Armin. _______________________________________________ pypy-dev mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-dev
