Pylint bug in python35 b2

Mark Lawrence breamoreboy at yahoo.co.uk
Thu Jul 2 12:40:19 EDT 2015


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




More information about the Python-list mailing list