[Python-Dev] logging doc broken (original) (raw)
K. Richard Pixley rich at noir.com
Fri Dec 10 21:20:13 CET 2010
- Previous message: [Python-Dev] futures API
- Next message: [Python-Dev] logging doc broken
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message: [Python-Dev] futures API
- Next message: [Python-Dev] logging doc broken
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]