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


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to