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.

classification
Title: Wrong documentation for RotatingFileHandler
Type: Stage:
Components: Documentation Versions: Python 2.3
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: akuchling, hdima
Priority: normal Keywords:

Created on 2003-09-26 08:00 by hdima, last changed 2022-04-10 16:11 by admin. This issue is now closed.

Messages (5)
msg18379 - (view) Author: Dmitry Vasiliev (hdima) Date: 2003-09-26 08:00
Docs describe wrong behavior of the
RotatingFileHandler. Right documentation in
RotatingFileHandler.__init__.__doc__
msg18380 - (view) Author: Dmitry Vasiliev (hdima) Date: 2003-09-26 08:06
Logged In: YES 
user_id=388573

Full path: logging.handlers.RotatingFileHandler
msg18381 - (view) Author: A.M. Kuchling (akuchling) * (Python committer) Date: 2003-09-26 13:31
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.
msg18382 - (view) Author: A.M. Kuchling (akuchling) * (Python committer) Date: 2003-09-26 13:39
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...
msg18383 - (view) Author: A.M. Kuchling (akuchling) * (Python committer) Date: 2003-09-26 13:48
Logged In: YES 
user_id=11375

Checked in as rev. 1.14 of liblogging.tex.  Thanks for reporting this!
History
Date User Action Args
2022-04-10 16:11:24adminsetgithub: 39306
2003-09-26 08:00:03hdimacreate