From: Berker Peksag Date: Wed, 7 Oct 2015 04:54:23 +0000 (+0300) Subject: Add a versionadded directive for reopenIfNeeded() X-Git-Tag: v3.6.0a1~1310 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6f038ada5bd1bc2838e20f0b22de1780e7ce709d;p=python Add a versionadded directive for reopenIfNeeded() --- diff --git a/Doc/library/logging.handlers.rst b/Doc/library/logging.handlers.rst index 0d3928c352..c830efd646 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)