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

Torsten Marek shlomme at gmail.com
Thu Nov 27 22:05:00 CET 2014


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 <shlomme at gmail.com>:

> 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 <paul at mad-scientist.net>:
>
>> On Wed, 2014-11-26 at 17:14 -0500, Paul Smith wrote:
>> >      if os.name == 'nt':
>> >          STD_LIB_DIRS.append(os.path.join(sys.prefix, 'dlls'))
>>
>> Also, I don't use this on Windows but this looks odd to me: wouldn't the
>> "dlls" directory appear underneath exec_prefix, not prefix?
>>
>>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/code-quality/attachments/20141127/1eb412df/attachment.html>


More information about the code-quality mailing list