We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
library/logging.config.rst
1 parent 8d7c6dc commit 3a03405Copy full SHA for 3a03405
1 file changed
Doc/library/logging.config.rst
@@ -124,12 +124,12 @@ in :mod:`logging` itself) and defining handlers which are declared either in
124
application (e.g. based on command-line parameters or other aspects
125
of the runtime environment) before being passed to ``fileConfig``.
126
127
- .. versionchanged:: 3.10
128
- Added the *encoding* parameter.
+ .. versionchanged:: 3.10
+ Added the *encoding* parameter.
129
130
- .. versionchanged:: 3.12
131
- An exception will be thrown if the provided file
132
- 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.
133
134
.. function:: listen(port=DEFAULT_LOGGING_CONFIG_PORT, verify=None)
135
0 commit comments