]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
update versionchanged
authorBenjamin Peterson <benjamin@python.org>
Mon, 24 Nov 2014 02:38:37 +0000 (20:38 -0600)
committerBenjamin Peterson <benjamin@python.org>
Mon, 24 Nov 2014 02:38:37 +0000 (20:38 -0600)
Doc/library/logging.handlers.rst

index 7a46e6d1a88a7b54bf8fcb5ec52f82e8264a29c4..d3137049dcd55e4dfaa3b41610b8db44d9e22268 100644 (file)
@@ -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)