Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #93444
| From | Mark Lawrence <breamoreboy@yahoo.co.uk> |
|---|---|
| Subject | Re: Pylint bug in python35 b2 |
| Date | 2015-07-02 17:40 +0100 |
| References | <CADc6StoP7u_dJgMv5ksWs4_eeJmiXdWG9O6U16n6PDhzpaTmtQ@mail.gmail.com> <mn3gia$4fv$1@ger.gmane.org> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.259.1435855237.3674.python-list@python.org> (permalink) |
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
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Re: Pylint bug in python35 b2 Mark Lawrence <breamoreboy@yahoo.co.uk> - 2015-07-02 17:40 +0100
csiph-web