summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVinay Sajip <vinay_sajip@yahoo.co.uk>2011-11-06 22:37:17 (GMT)
committerVinay Sajip <vinay_sajip@yahoo.co.uk>2011-11-06 22:37:17 (GMT)
commit5df091a91e1989f79b5684a63c19e3ddabdc2476 (patch)
treeee3d3bbdb52f1c8c5aa7210c74f647975bac1eab
parent3b9d92aefef17ee528e4bfa0f7e87dc61e4a0da6 (diff)
downloadcpython-5df091a91e1989f79b5684a63c19e3ddabdc2476.zip
cpython-5df091a91e1989f79b5684a63c19e3ddabdc2476.tar.gz
cpython-5df091a91e1989f79b5684a63c19e3ddabdc2476.tar.bz2
Closes issue #13353: version doumentation about utc parameter corrected.
-rw-r--r--Doc/library/logging.handlers.rst5
1 files changed, 1 insertions, 4 deletions
diff --git a/Doc/library/logging.handlers.rst b/Doc/library/logging.handlers.rst
index 1a14499..c944454 100644
--- a/Doc/library/logging.handlers.rst
+++ b/Doc/library/logging.handlers.rst
@@ -262,10 +262,7 @@ timed intervals.
:meth:`emit`.
.. versionchanged:: 2.6
- *delay* was added.
-
- .. versionchanged:: 2.7
- *utc* was added.
+ *delay* and *utc* were added.
.. method:: doRollover()