Email Re: [Python-projects] pylint bug ???

from
Sylvain Thénault <thenault at nerim dot net>
subject
Re: [Python-projects] pylint bug ???
date
2004/03/28 22:22
On Friday 26 March à 15:10, Chris Hyser wrote:
> Hi All,

Hi 
 
> The following file:

> > cat test.py
> class cool:
>     class CoolException(Exception):
>         def __init__(self, s):
>             Exception.__init__(self, s)

>     def __init__(self):
>         pass


>     def test(self):
>         raise cool.CoolException("This is an exception string")

> c = cool()
> try:
>     c.test()
> except cool.CoolException:
>     pass
> >

> results in the following:

[snip traceback]

yep, this is a known bug fixed in the CVS. I'll release a bug fix
version asap (ie probably in two or three weeks...)

Anyway, thanks for reporting bug !

regards
-- 
Sylvain Thénault 
_______________________________________________
Python-Projects mailing list
Python-Projects@lists.logilab.org
http://lists.logilab.org/mailman/listinfo/python-projects


is a reply to