Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: Skip Montanaro Newsgroups: comp.lang.python Subject: Re: I'm missing something here... Date: Tue, 12 Jan 2016 11:46:49 -0600 Lines: 4 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: news.uni-berlin.de QFeIaJf0xL1NV1H2/d6c9gOs28ec7hrDM9Ls0c7odOnw== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.034 X-Spam-Evidence: '*H*': 0.93; '*S*': 0.00; 'subject:missing': 0.07; 'url:github': 0.09; 'received:io': 0.16; 'received:psf.io': 0.16; 'url:issues': 0.16; 'skip': 0.18; 'header:In-Reply-To:1': 0.24; 'message-id:@mail.gmail.com': 0.27; 'received:google.com': 0.35; 'created': 0.36; 'received:209.85': 0.36; 'to:addr:python-list': 0.36; 'subject:: ': 0.37; 'received:209': 0.38; 'to:addr:python.org': 0.40; 'to:name:python': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=T1gdE14Ew4FuMSOWpUTKsTe5RsQ0Yq5oHb7VwFT+KD8=; b=MzRVj8aAqYXjV5kNhuY2/eS6SOm1UEg6Y29YBsIBICtWbdpXawyzue/2eZHZxmYj1j 0a+aHM4wDIf8s5PkhoTMZbY32kcbL6ruxtuyW7Psf7tNln7O9WTnhVOz/rRiycvL7SAw xAZG+eZKOBgzPvSF+EeZvHV/rprfgGdGOcS345cq+DykiIrw6G4CFO0MeLYsK6lS5myT Kz7EvleiIggpJRUE0qm5VJUXpR4kictlyMBXPv5+zFtPaFtje9+nsU06Hk+Mqj1GNi0X wfO+gxP60N2KcWXR8MJMkyjmf2CtjzMKJGueN4WjDUGYLLsLhc7BDfqKk1R0TxbVHRtt ahcA== X-Received: by 10.140.174.2 with SMTP id u2mr115587543qhu.62.1452620809697; Tue, 12 Jan 2016 09:46:49 -0800 (PST) In-Reply-To: X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.20+ Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Xref: csiph.com comp.lang.python:101562 I created an issue for the pylint folks: https://github.com/PyCQA/pylint/issues/774 Skip