wxPython and pyChecker friendlyness

> Most of what it complains about probably can't be fixed. Can you tell
> it to just ignore stuff in the wx package?

...
I am not complaining, just pointing out that it would be nice
if pychecker could actually check my code better that uses
wxPython, and preferably not print out so many warnings due
to the nature of the wxPython code.

Roger

Just yesterday I submitted a patch to pychecker that helps with that: the
latest pychecker 0.8.13 did not honor the blacklist when it came to wxPython
because of the algorithm used to filter warnings. I made a small change that
makes it work. It's on the pychecker patches webpage.

Oliver