On Thu, Aug 26, 2010 at 3:21 PM, W. Martin Borgert <[email protected]> wrote: > For automatically testing Python code in a CI test, it is > useful to ignore any errors or problems in Python itself. > If I understand correctly, with -q or --stdlib pychecker > should ignore warnings from files under standard library. > > However, I get the following errors with or without -q: > > /usr/lib/python2.6/threading.py:66: (format) shadows builtin > /usr/lib/python2.6/threading.py:68: (format) shadows builtin
I agree that this is kind of a pain. I'm fairly sure this is already in the upstream bug tracker on SourceForge. I'll confirm this, and if not I'll enter a new bug and tie it to this one. Upstream is more-or-less dead right now. Most bugs and/or mailing list questions go unanswered, so it probably won't get fixed soon... unless I can come up with a fix myself or unless someone else submits a patch. I recall looking at it a while ago, but I don't think there was an easy answer. Sorry about that. KEN -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

