[Python-Dev] logging doc broken

K. Richard Pixley rich at noir.com
Fri Dec 10 21:20:13 CET 2010


I'm not sure where to report this but the online doc appears to be 
mismatched to python-2.6.5 for the logging module.

Specifically, for a dir of an instance of a LogRecord, I'm seeing:

['__doc__', '__init__', '__module__', '__str__', 'args', 'created', 
'exc_info', 'exc_text', 'filename', 'funcName', 'getMessage', 
'levelname', 'levelno', 'lineno', 'module', 'msecs', 'msg', 'name', 
'pathname', 'process', 'processName', 'relativeCreated', 'thread', 
'threadName']

while the documentation lists a different set of attributes including "lvl".

--rich


More information about the Python-Dev mailing list