Re: [Python-Dev] pylinting the stdlib

2009-08-03 Thread Vincent Legoll
On Sun, Aug 2, 2009 at 6:20 PM, Mark Dickinson wrote: > On Sat, Aug 1, 2009 at 11:40 PM, Vincent Legoll > wrote: >> >> I've fed parts of the stdlib to pylint and after some filtering >> there appears to be some things that looks strange, I've >> filled a few bugs to the tracker for them. >> >> Is

Re: [Python-Dev] pylinting the stdlib

2009-08-02 Thread Mark Dickinson
On Sat, Aug 1, 2009 at 11:40 PM, Vincent Legoll wrote: > Hello, > > I've fed parts of the stdlib to pylint and after some filtering > there appears to be some things that looks strange, I've > filled a few bugs to the tracker for them. > > > > Is this useless and taking reviewer's time for nothing

[Python-Dev] pylinting the stdlib

2009-08-01 Thread Vincent Legoll
Hello, I've fed parts of the stdlib to pylint and after some filtering there appears to be some things that looks strange, I've filled a few bugs to the tracker for them. 6623 Lib/ftplib.py netrc class parsing problem 6622 [RFC] wrong variable used in Lib/poplib.py 6621 [RFC] Remove leftover use