]> granicus.if.org Git - python/commitdiff
Add a versionadded directive for reopenIfNeeded()
authorBerker Peksag <berker.peksag@gmail.com>
Wed, 7 Oct 2015 04:54:23 +0000 (07:54 +0300)
committerBerker Peksag <berker.peksag@gmail.com>
Wed, 7 Oct 2015 04:54:23 +0000 (07:54 +0300)
Doc/library/logging.handlers.rst

index 0d3928c352643ae5c6dce09dbc369db78c43d7d3..c830efd646dc499626825dd4f8035841d145dc38 100644 (file)
@@ -168,6 +168,8 @@ for this value.
       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)