diff options
author | Berker Peksag <berker.peksag@gmail.com> | 2014-09-27 21:01:55 (GMT) |
---|---|---|
committer | Berker Peksag <berker.peksag@gmail.com> | 2014-09-27 21:01:55 (GMT) |
commit | 131caba074ae6d72dd795ca9a61f17c45c1a3349 (patch) | |
tree | a96ec5126c5cf43e47a59731511ae5fbcc541b9f /Doc/library/logging.handlers.rst | |
parent | 3a54c3e3aa7148522ca1af7244b79f9bad57c59b (diff) | |
parent | 9c1dba2758fc601f6c4d7fe2aeb62272ffd688a8 (diff) | |
download | cpython-131caba074ae6d72dd795ca9a61f17c45c1a3349.zip cpython-131caba074ae6d72dd795ca9a61f17c45c1a3349.tar.gz cpython-131caba074ae6d72dd795ca9a61f17c45c1a3349.tar.bz2 |
Revert #22251
Diffstat (limited to 'Doc/library/logging.handlers.rst')
-rw-r--r-- | Doc/library/logging.handlers.rst | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Doc/library/logging.handlers.rst b/Doc/library/logging.handlers.rst index 9771795..8c6d24b 100644 --- a/Doc/library/logging.handlers.rst +++ b/Doc/library/logging.handlers.rst @@ -864,9 +864,7 @@ supports sending logging messages to a Web server, using either ``GET`` or :meth:`mapLogRecord` method is used to convert the record to the dictionary to be sent. - .. note:: - - Since preparing a record for sending it to a Web server is not + .. note:: Since preparing a record for sending it to a Web server is not the same as a generic formatting operation, using :meth:`~logging.Handler.setFormatter` to specify a :class:`~logging.Formatter` for a :class:`HTTPHandler` has no effect. |