Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions Doc/library/logging.handlers.rst
Original file line numberDiff line numberDiff line change
Expand Up@@ -68,7 +68,7 @@ and :meth:`flush` methods).

:return: the old stream, if the stream was changed, or *None* if it wasn't.

.. versionadded:: 3.7
.. versionadded:: 3.7


.. versionchanged:: 3.2
Expand DownExpand Up@@ -109,7 +109,6 @@ sends logging output to a disk file. It inherits the output functionality from

Closes the file.


.. method:: emit(record)

Outputs the record to the file.
Expand Down