[code-quality] namedtuple?

2016-04-18 Thread Dan Stromberg
Did pylint's support for collections.namedtuple regress, or am I doing something silly? This code shows what I'm talking about: #!/usr/local/cpython-3.5/bin/python3 # pylint: disable=superfluous-parens '''Test if pylint can see into namedtuples yet''' from __future__ import print_

Re: [code-quality] namedtuple?

2016-04-18 Thread Ian Cordasco
Hi Dan, FYI, your posts to this will be moderated as we've dealt with spam in the past from non-members. As such there will likely be a lag between when you send the message, when I'm notified, and when I have the time (and am at a computer) to approve it. Please be patient :) On Mon, Apr 18, 201

Re: [code-quality] namedtuple?

2016-04-18 Thread Dan Stromberg
Hi Ian. I resent my message from another account, which I subscribed. Thanks. On Mon, Apr 18, 2016 at 5:19 PM, Ian Cordasco wrote: > Hi Dan, > > FYI, your posts to this will be moderated as we've dealt with spam in > the past from non-members. As such there will likely be a lag between > when