From: Benjamin Peterson Date: Mon, 24 Nov 2014 02:38:37 +0000 (-0600) Subject: update versionchanged X-Git-Tag: v3.5.0a1~446 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a90e92dac8cc86752da7f7d850be19f0bcfdbb15;p=thirdparty%2FPython%2Fcpython.git update versionchanged --- diff --git a/Doc/library/logging.handlers.rst b/Doc/library/logging.handlers.rst index 7a46e6d1a88a..d3137049dcd5 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)