Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #93444 > unrolled thread
| Started by | Mark Lawrence <breamoreboy@yahoo.co.uk> |
|---|---|
| First post | 2015-07-02 17:40 +0100 |
| Last post | 2015-07-02 17:40 +0100 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: Pylint bug in python35 b2 Mark Lawrence <breamoreboy@yahoo.co.uk> - 2015-07-02 17:40 +0100
| From | Mark Lawrence <breamoreboy@yahoo.co.uk> |
|---|---|
| Date | 2015-07-02 17:40 +0100 |
| Subject | Re: Pylint bug in python35 b2 |
| Message-ID | <mailman.259.1435855237.3674.python-list@python.org> |
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 top | Article view | comp.lang.python
csiph-web