From: Benjamin Peterson Date: Mon, 3 Nov 2014 22:04:01 +0000 (-0500) Subject: context has been backported so fix versionchanged X-Git-Tag: v3.5.0a1~528 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4a358de34e5963b68bef1a398f0e0686331912e7;p=thirdparty%2FPython%2Fcpython.git context has been backported so fix versionchanged --- diff --git a/Doc/library/urllib.request.rst b/Doc/library/urllib.request.rst index f860c0317756..f42025961fc2 100644 --- a/Doc/library/urllib.request.rst +++ b/Doc/library/urllib.request.rst @@ -110,7 +110,7 @@ The :mod:`urllib.request` module defines the following functions: .. versionchanged:: 3.3 *cadefault* was added. - .. versionchanged:: 3.5 + .. versionchanged:: 3.4.3 *context* was added.