Re: [code-quality] PyLint catching comprehension binding leaks (was: Warn on list comprehension variables used outside list comprehensions?)

2014-11-27 Thread Claudiu Popa
On Wed, Nov 26, 2014 at 6:57 PM, Ian Cordasco wrote: > On Wed, Nov 26, 2014 at 10:51 AM, Keith Derrick wrote: >> I couldn't find anything in their bug list about this, so thought I'd check. >> >> Just ran pylint at the command line with pylint 1.4 on this file >> (docstrings and import just to su

Re: [code-quality] [ANN] Pylint 1.4 released

2014-11-27 Thread Ned Batchelder
On 11/23/14 4:45 AM, Claudiu Popa wrote: Hello! On behalf of the Pylint development team, I'm happy to announce that Pylint 1.4 has been released. This release has a lot of improvements over the last one. One of the main differences is that support for Python versions < 2.7 has been droped, whi

Re: [code-quality] [Pylint-dev] [ANN] Pylint 1.4 released

2014-11-27 Thread Claudiu Popa
On Thu, Nov 27, 2014 at 5:19 PM, Ned Batchelder wrote: > On 11/23/14 4:45 AM, Claudiu Popa wrote: >> >> Hello! >> >> On behalf of the Pylint development team, I'm happy to announce that >> Pylint 1.4 has been released. >> >> This release has a lot of improvements over the last one. One of the >> m

Re: [code-quality] [ANN] Pylint 1.4 released

2014-11-27 Thread Julien Cristau
On Thu, Nov 27, 2014 at 10:19:28 -0500, Ned Batchelder wrote: > I found a problem with the new spell feature, but the issue tracker > (http://www.bytebucket.org/logilab/pylint/issues) seems broken: > everything I tried ended at a 403 CSRF validation failure page. > Not sure where that url came fr

Re: [code-quality] Lots of E1101 in standard modules after upgrading pylint to 1.4.0

2014-11-27 Thread Torsten Marek
Yeah, that looks like the problem. Let me play around with this a little bit, there are some subtleties with virtualenvs. We'll have an official fix soon. // Torsten 2014-11-26 23:27 GMT+01:00 Paul Smith : > On Wed, 2014-11-26 at 17:14 -0500, Paul Smith wrote: > > if os.name == 'nt': > >

Re: [code-quality] Lots of E1101 in standard modules after upgrading pylint to 1.4.0

2014-11-27 Thread Torsten Marek
Fixed at head. Until there's a new release, you can also use the hidden pylint option --unsafe-load-any-extension=y // Torsten 2014-11-27 19:35 GMT+01:00 Torsten Marek : > Yeah, that looks like the problem. Let me play around with this a little > bit, there are some subtleties with virtualenvs.

Re: [code-quality] [Pylint-dev] [ANN] Pylint 1.4 released

2014-11-27 Thread Michal Nowikowski
Hello, Just submitted pull request with a fix: https://bitbucket.org/logilab/pylint/pull-request/205/fixed-reading-list-of-ignored-words-for/diff Regards, Godfryd On Thu, Nov 27, 2014 at 7:00 PM, Ned Batchelder wrote: > On 11/27/14 11:59 AM, Julien Cristau wrote: > >> On Thu, Nov 27, 2014 at 1