[Python-checkins] cpython (2.7): Closes issue #13353: version doumentation about utc parameter corrected.

vinay.sajip python-checkins at python.org
Sun Nov 6 23:42:01 CET 2011


http://hg.python.org/cpython/rev/0b779988e8b7
changeset:   73412:0b779988e8b7
branch:      2.7
parent:      73407:19ffa12ffdd4
user:        Vinay Sajip <vinay_sajip at yahoo.co.uk>
date:        Sun Nov 06 22:37:17 2011 +0000
summary:
  Closes issue #13353: version doumentation about utc parameter corrected.

files:
  Doc/library/logging.handlers.rst |  5 +----
  1 files changed, 1 insertions(+), 4 deletions(-)


diff --git a/Doc/library/logging.handlers.rst b/Doc/library/logging.handlers.rst
--- a/Doc/library/logging.handlers.rst
+++ b/Doc/library/logging.handlers.rst
@@ -262,10 +262,7 @@
    :meth:`emit`.
 
    .. versionchanged:: 2.6
-      *delay* was added.
-
-   .. versionchanged:: 2.7
-      *utc* was added.
+      *delay* and *utc* were added.
 
 
    .. method:: doRollover()

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list