Your message dated Thu, 14 Feb 2008 16:43:53 +0100
with message-id <[EMAIL PROTECTED]>
and subject line upstream rejected bug, no longer an issue for submitter
has caused the Debian Bug report #352702,
regarding pylint-0.9 is confused about subclassing
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
352702: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=352702
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: pylint
Version: 0.9.0-2

Running pylint on code that subclasses M2Crypto's SSLServer class
causes it to complain about "access to undefined member" for member
data and functions that are defined through inheritance. This causes
errors to be logged for code that was previously reported clean. 

One of the errors that is reported is:
Component.py:220: [E, Component.serve_forever] Access to undefined member 
'handle_request'

[0:150] python
Python 2.3.5 (#2, Nov 20 2005, 16:40:39) 
[GCC 4.0.3 20051111 (prerelease) (Debian 4.0.2-4)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import Component
>>> Component.Component.handle_request
<unbound method Component.handle_request>

This demonstrates that the member function is properly defined.

I can make this code available, if it would help in reproducing this
bug.
thanks.
 -nld


--- End Message ---
--- Begin Message ---
This bug was rejected by upstream and the submitter declared it was no
longer an issue. I'm cloising the bug report. 

-- 
Alexandre Fayolle                              LOGILAB, Paris (France)
Formations Python, Zope, Plone, Debian:  http://www.logilab.fr/formations
Développement logiciel sur mesure:       http://www.logilab.fr/services
Informatique scientifique:               http://www.logilab.fr/science

Attachment: signature.asc
Description: Digital signature


--- End Message ---

Reply via email to