Ezio Melotti <ezio.melo...@gmail.com> added the comment:

I left a few comments on rietveld.
The '\' is sometimes used where not necessary and the preferred way to write 
conditions on multiple lines is:
(foo == bar and
 bar == baz and
 baz == asd)
rather than
foo == bar \
    and bar == baz \
    and baz == asd

Have you measured the coverage of the tests?

----------
nosy: +ezio.melotti

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue15008>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to