Path: csiph.com!optima2.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!1.eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed7.news.xs4all.nl!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.016 X-Spam-Evidence: '*H*': 0.97; '*S*': 0.00; 'from:addr:yahoo.co.uk': 0.05; 'subject:bug': 0.05; 'ast': 0.09; 'backwards': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'python': 0.11; 'syntax': 0.13; 'bug:': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'surprising': 0.16; 'wrote:': 0.16; 'attribute': 0.18; 'language': 0.19; 'lawrence': 0.22; 'module': 0.23; 'header:In-Reply-To:1': 0.24; 'install': 0.25; 'header:User-Agent:1': 0.26; 'installed': 0.26; 'header:X -Complaints-To:1': 0.26; 'error': 0.27; 'fine': 0.29; 'looks': 0.29; '"the': 0.32; 'language.': 0.32; 'url:python': 0.33; 'to:addr:python-list': 0.35; 'but': 0.36; 'url:org': 0.36; 'there': 0.36; 'url:library': 0.36; 'subject:: ': 0.37; 'rather': 0.38; 'version': 0.38; 'received:org': 0.38; 'url:docs': 0.39; 'to:addr:python.org': 0.39; 'mark': 0.40; 'easy': 0.60; 'url:3': 0.60; 'helps': 0.61; 'side': 0.62; 'more': 0.62; 'our': 0.64; 'charset:windows-1252': 0.65; 'hardly': 0.84; 'otten': 0.84; 'pip': 0.84; 'pythonistas,': 0.84; 'received:as9105.com': 0.84; 'received:dsl.as9105.com': 0.84; 'received:dynamic.dsl.as9105.com': 0.84 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Mark Lawrence Subject: Re: Pylint bug in python35 b2 Date: Thu, 02 Jul 2015 17:40:19 +0100 References: Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: 80-44-148-20.dynamic.dsl.as9105.com User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 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: , Newsgroups: comp.lang.python Message-ID: Lines: 27 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1435855237 news.xs4all.nl 2953 [2001:888:2000:d::a6]:44499 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:93444 On 02/07/2015 15:07, Peter Otten wrote: > Florent Quesselaire wrote: > >> i installed python35 b2 >> and tested to pip install / easy install pylint plgin >> but i got an : >> >> AttributeError : 'Call' object has no attribute "starargs". >> >> i feel this error more python side than pylint side because it is the same >> version who works fine in 3.4.3 > > That looks like a change in the ast that breaks backwards compatibility > rather than a bug: > Hardly surprising as there are no guarantees. From https://docs.python.org/3/library/ast.html "The abstract syntax itself might change with each Python release; this module helps to find out programmatically what the current grammar looks like." -- My fellow Pythonistas, ask not what our language can do for you, ask what you can do for our language. Mark Lawrence