diff options
author | Berker Peksag <berker.peksag@gmail.com> | 2015-10-07 04:54:23 (GMT) |
---|---|---|
committer | Berker Peksag <berker.peksag@gmail.com> | 2015-10-07 04:54:23 (GMT) |
commit | 6f038ada5bd1bc2838e20f0b22de1780e7ce709d (patch) | |
tree | 5946b08a174781889e1c2381afa1aa59da7cd8cf /Doc/library/logging.handlers.rst | |
parent | 3c5f0030238125a5a2e87d713e6d6c4a22b945ae (diff) | |
download | cpython-6f038ada5bd1bc2838e20f0b22de1780e7ce709d.zip cpython-6f038ada5bd1bc2838e20f0b22de1780e7ce709d.tar.gz cpython-6f038ada5bd1bc2838e20f0b22de1780e7ce709d.tar.bz2 |
Add a versionadded directive for reopenIfNeeded()
Diffstat (limited to 'Doc/library/logging.handlers.rst')
-rw-r--r-- | 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 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) |