[Python-3000] An introduction to ABC's
Emin.shopper Martinian.shopper
emin.shopper at gmail.com
Wed Apr 25 15:19:07 CEST 2007
On 4/25/07, Neal Norwitz <nnorwitz at gmail.com> 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.python.org/pipermail/python-3000/attachments/20070425/9733d63c/attachment.html
More information about the Python-3000
mailing list