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: TimedRotatingFileHandler documentation regarding 'Week day' lacking
Type: Stage: resolved
Components: Documentation Versions: Python 3.2, Python 3.3, Python 3.4, Python 2.7
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: docs@python Nosy List: docs@python, karlcow, python-dev, tshepang, vinay.sajip
Priority: normal Keywords: patch

Created on 2013-03-07 11:36 by tshepang, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
issue-17376-doc-3.3.patch karlcow, 2013-03-07 14:52 review
Messages (3)
msg183652 - (view) Author: Tshepang Lekhonkhobe (tshepang) * Date: 2013-03-07 11:36
Usage of 'W' type is not clear from reading the documentation, specifically how to specify what day-of-week: Doc/library/logging.handlers.rst:291.

An example http://stackoverflow.com/q/14304954/321731.
msg183667 - (view) Author: karl (karlcow) * Date: 2013-03-07 14:52
Is it better like this? See the patch.
msg183772 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2013-03-08 23:27
New changeset 56b74b9c81c3 by Vinay Sajip in branch '2.7':
Issue #17376: Clarified documentation for TimedRotatingFileHandler weekday rotation.
http://hg.python.org/cpython/rev/56b74b9c81c3

New changeset 83f07e3a53f4 by Vinay Sajip in branch '3.2':
Issue #17376: Clarified documentation for TimedRotatingFileHandler weekday rotation.
http://hg.python.org/cpython/rev/83f07e3a53f4

New changeset 12239c13db72 by Vinay Sajip in branch '3.3':
Issue #17376: Merged clarification from 3.2.
http://hg.python.org/cpython/rev/12239c13db72

New changeset a8047d1376d5 by Vinay Sajip in branch 'default':
Closes #17376: Merged clarification from 3.3.
http://hg.python.org/cpython/rev/a8047d1376d5
History
Date User Action Args
2022-04-11 14:57:42adminsetgithub: 61578
2013-03-08 23:27:41python-devsetstatus: open -> closed

nosy: + python-dev
messages: + msg183772

resolution: fixed
stage: resolved
2013-03-08 14:58:11karlcowsetnosy: + vinay.sajip
2013-03-07 14:52:32karlcowsetfiles: + issue-17376-doc-3.3.patch

nosy: + karlcow
messages: + msg183667

keywords: + patch
2013-03-07 11:36:16tshepangcreate