diff options
| author | Thomas Wouters <thomas@python.org> | 2025-06-03 15:34:08 (GMT) |
|---|---|---|
| committer | Thomas Wouters <thomas@python.org> | 2025-06-03 15:34:24 (GMT) |
| commit | 8a526ec7cbea8fafc9dae4b3dd6371906b9be342 (patch) | |
| tree | b3c0292f8914d2070bbca5741dac78b1e325f302 /Doc/library/logging.handlers.rst | |
| parent | aa9eb5f757ceff461e6e996f12c89e5d9b583b01 (diff) | |
| download | cpython-3.13.4.zip cpython-3.13.4.tar.gz cpython-3.13.4.tar.bz2 | |
Python 3.13.4v3.13.4
Diffstat (limited to 'Doc/library/logging.handlers.rst')
| -rw-r--r-- | Doc/library/logging.handlers.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/logging.handlers.rst b/Doc/library/logging.handlers.rst index 1c4085e..b48c5cb 100644 --- a/Doc/library/logging.handlers.rst +++ b/Doc/library/logging.handlers.rst @@ -1180,7 +1180,7 @@ possible, while any potentially slow operations (such as sending an email via This starts up a background thread to monitor the queue for LogRecords to process. - .. versionchanged:: next + .. versionchanged:: 3.13.4 Raises :exc:`RuntimeError` if called and the listener is already running. |
