[Python-checkins] cpython: Add a versionadded directive for reopenIfNeeded()

berker.peksag python-checkins at python.org
Wed Oct 7 00:53:40 EDT 2015


https://hg.python.org/cpython/rev/b6bfc2dad87f
changeset:   98580:b6bfc2dad87f
user:        Berker Peksag <berker.peksag at gmail.com>
date:        Wed Oct 07 07:54:23 2015 +0300
summary:
  Add a versionadded directive for reopenIfNeeded()

files:
  Doc/library/logging.handlers.rst |  2 ++
  1 files changed, 2 insertions(+), 0 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
@@ -168,6 +168,8 @@
       flushed and closed and the file opened again, typically as a precursor to
       outputting the record to the file.
 
+      .. versionadded:: 3.6
+
 
    .. method:: emit(record)
 

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


More information about the Python-checkins mailing list