diff options
Diffstat (limited to 'Doc/library/logging.rst')
-rw-r--r-- | Doc/library/logging.rst | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Doc/library/logging.rst b/Doc/library/logging.rst index 71a46ac7f2..c63ea212e4 100644 --- a/Doc/library/logging.rst +++ b/Doc/library/logging.rst @@ -544,10 +544,6 @@ The useful mapping keys in a :class:`LogRecord` are given in the section on .. versionchanged:: 3.2 The *style* parameter was added. - .. versionchanged:: 3.8 - The *validate* parameter was added. Incorrect or mismatched style and fmt - will raise a ``ValueError``. - For example: ``logging.Formatter('%(asctime)s - %(message)s', style='{')``. .. method:: format(record) |