From 6f038ada5bd1bc2838e20f0b22de1780e7ce709d Mon Sep 17 00:00:00 2001 From: Berker Peksag Date: Wed, 7 Oct 2015 07:54:23 +0300 Subject: Add a versionadded directive for reopenIfNeeded() --- Doc/library/logging.handlers.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Doc/library/logging.handlers.rst b/Doc/library/logging.handlers.rst index 0d3928c..c830efd 100644 --- a/Doc/library/logging.handlers.rst +++ b/Doc/library/logging.handlers.rst @@ -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) -- cgit v0.12