On 4/25/07, Neal Norwitz <[EMAIL PROTECTED]> wrote:
You can get similar functionality by using tools such as pychecker.
PyLint and pyflakes may also have this functionality.
I like PyLint and pychecker a lot, but the funtionality is not similar. Both take a lot longer to run (at least longer than my ABC implementation) and you have to remember to run them each time you change your program. Using an ABC adds very little overhead and gets checked automatically. Thanks, -Emin
_______________________________________________ Python-3000 mailing list Python-3000@python.org http://mail.python.org/mailman/listinfo/python-3000 Unsubscribe: http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com