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
10 changes: 5 additions & 5 deletions Doc/library/logging.config.rst
Original file line number Diff line number Diff line change
Expand Up @@ -124,12 +124,12 @@ in :mod:`logging` itself) and defining handlers which are declared either in
application (e.g. based on command-line parameters or other aspects
of the runtime environment) before being passed to ``fileConfig``.

.. versionchanged:: 3.10
Added the *encoding* parameter.
.. versionchanged:: 3.10
Added the *encoding* parameter.

.. versionchanged:: 3.12
An exception will be thrown if the provided file
doesn't exist or is invalid or empty.
.. versionchanged:: 3.12
An exception will be thrown if the provided file
doesn't exist or is invalid or empty.

.. function:: listen(port=DEFAULT_LOGGING_CONFIG_PORT, verify=None)

Expand Down
Loading