summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2014-11-23 20:38:37 -0600
committerBenjamin Peterson <benjamin@python.org>2014-11-23 20:38:37 -0600
commita90e92dac8cc86752da7f7d850be19f0bcfdbb15 (patch)
tree86c2bc5e8f5c77e9137dfbb89dea5a1010c58502
parent6c22e65773c94ff810bd7adbb43c2b52e269598a (diff)
downloadcpython-git-a90e92dac8cc86752da7f7d850be19f0bcfdbb15.tar.gz
update versionchanged
-rw-r--r--Doc/library/logging.handlers.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/logging.handlers.rst b/Doc/library/logging.handlers.rst
index 7a46e6d1a8..d3137049dc 100644
--- a/Doc/library/logging.handlers.rst
+++ b/Doc/library/logging.handlers.rst
@@ -852,7 +852,7 @@ supports sending logging messages to a Web server, using either ``GET`` or
credentials, you should also specify secure=True so that your userid and
password are not passed in cleartext across the wire.
- .. versionchanged:: 3.4.3
+ .. versionchanged:: 3.5
The *context* parameter was added.
.. method:: mapLogRecord(record)