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: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6f038ada5bd1bc2838e20f0b22de1780e7ce709d;p=thirdparty%2FPython%2Fcpython.git Add a versionadded directive for reopenIfNeeded() --- diff --git a/Doc/library/logging.handlers.rst b/Doc/library/logging.handlers.rst index 0d3928c35264..c830efd646dc 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)