[Python-projects] pylint bug report: 'epylint' fails on Python2.3

A.T.Hofkamp a.t.hofkamp at tue.nl
Mon Sep 15 14:28:42 CEST 2008


Aurélien Campéas wrote:
 > It should be compatible with python >= 2.3 I believe (but could be
 > mistaken). Anyway, epylint is an helper for emacs flymake-mode. Normal

I looked it up: http://docs.python.org/lib/module-subprocess.html

Officially, you need at least Python 2.4.
However a back port exists (I remember installing something like that) at

http://www.lysator.liu.se/~astrand/popen5/

Maybe it is of use to you.


 > pylint usage should not be impaired by this. I'll fill a bug in

Indeed, it is working correctly. It even finds out whether functions raise an 
exception unconditionally ("Assigning to function call which doesn't return").

Really amazing piece of software!!


(note sure whether "Assigning to" is a correct phrase here, how do you assign 
something to a call?).

 > nevertheless.

Thanks for the quick response.




Albert


More information about the Python-Projects mailing list