This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author larsbjonnes
Recipients
Date 2003-11-04.02:47:25
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
From logging/handlers.py, in class RotatingFileHandler(logging.FileHandler)

def emit(self, record):
...
        Output the record to the file, catering for rollover as described
        in setRollover().
....

There is no method named setRollover() in the module, and I believe the 
author really meant doRollover().

(Just nitpicking; I was just browsing through the code when I noticed it.)
History
Date User Action Args
2007-08-23 14:18:06adminlinkissue835457 messages
2007-08-23 14:18:06admincreate