[Python-bugs-list] [ python-Bugs-812936 ] Wrong documentation for RotatingFileHandler

SourceForge.net noreply at sourceforge.net
Fri Sep 26 09:48:37 EDT 2003


Bugs item #812936, was opened at 2003-09-26 04:00
Message generated for change (Comment added) made by akuchling
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=812936&group_id=5470

Category: Documentation
Group: Python 2.3
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Dmitry Vasiliev (hdima)
Assigned to: Nobody/Anonymous (nobody)
Summary: Wrong documentation for RotatingFileHandler

Initial Comment:
Docs describe wrong behavior of the

RotatingFileHandler. Right documentation in

RotatingFileHandler.__init__.__doc__

----------------------------------------------------------------------

>Comment By: A.M. Kuchling (akuchling)
Date: 2003-09-26 09:48

Message:
Logged In: YES 
user_id=11375

Checked in as rev. 1.14 of liblogging.tex.  Thanks for reporting this!

----------------------------------------------------------------------

Comment By: A.M. Kuchling (akuchling)
Date: 2003-09-26 09:39

Message:
Logged In: YES 
user_id=11375

Oh, hang on, I see what you mean; it doesn't write to app.log.1, .2, it 

renames them and always writes to app.log.  Editing it now...

----------------------------------------------------------------------

Comment By: A.M. Kuchling (akuchling)
Date: 2003-09-26 09:31

Message:
Logged In: YES 
user_id=11375

Please be more specific about what's wrong.  As far as I can tell, the 

documentation is just a slightly edited version of that docstring.



----------------------------------------------------------------------

Comment By: Dmitry Vasiliev (hdima)
Date: 2003-09-26 04:06

Message:
Logged In: YES 
user_id=388573

Full path: logging.handlers.RotatingFileHandler

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=812936&group_id=5470



More information about the Python-bugs-list mailing list