diff options
author | Victor Stinner <vstinner@redhat.com> | 2018-10-16 15:52:37 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-16 15:52:37 +0200 |
commit | ed23ec4753e041a97f75591c6fcd26f0042b6a55 (patch) | |
tree | 17b21008d8c8faf50ca3d512e670c9a71aab4318 /Doc/library/logging.rst | |
parent | b63845b1e68cc030232238ea6d5bf0dae9f32672 (diff) | |
download | cpython-git-revert-9703-master.tar.gz |
Revert "bpo-34844: logging.Formatter enhancement - Ensure style and format string matches in logging.Formatter (GH-9703)"revert-9703-master
This reverts commit 18fb1fb943b7dbd7f8a76017ee2a67ef13effb85.
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) |