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 eli.bendersky
Recipients docs@python, eli.bendersky
Date 2011-11-06.03:24:01
SpamBayes Score 3.3579418e-06
Marked as misclassified No
Message-id <1320549842.11.0.772766831495.issue13353@psf.upfronthosting.co.za>
In-reply-to
Content
User (Yoann Roman) report on docs@ maillist:

----

The docs for logging.handlers.TimedRotatingFileHandler in Python 2.7 say that the "utc" keyword argument was added in 2.7:
http://docs.python.org/library/logging.handlers.html#timedrotatingfilehandler

This isn't correct, however, since it was available as of 2.6 (I verified the source as well):
http://docs.python.org/release/2.6/library/logging.html#timedrotatingfilehandler

It did appear to change to True/False in 2.7 instead of 0/1 in 2.6. I'd recommend changing it to indicate this or removing the fact that this was added in 2.7 altogether.
History
Date User Action Args
2011-11-06 03:24:02eli.benderskysetrecipients: + eli.bendersky, docs@python
2011-11-06 03:24:02eli.benderskysetmessageid: <1320549842.11.0.772766831495.issue13353@psf.upfronthosting.co.za>
2011-11-06 03:24:01eli.benderskylinkissue13353 messages
2011-11-06 03:24:01eli.benderskycreate