From: Georg Brandl Date: Sat, 22 Dec 2012 09:36:45 +0000 (+0100) Subject: Add a missing versionadded. X-Git-Tag: v3.4.0a1~1803 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c0fc95829982d35c64f83fbfeb7e1c6a0c685d78;p=thirdparty%2FPython%2Fcpython.git Add a missing versionadded. --- diff --git a/Doc/library/urllib.request.rst b/Doc/library/urllib.request.rst index 65637fd22d37..d5f3f2c39cf2 100644 --- a/Doc/library/urllib.request.rst +++ b/Doc/library/urllib.request.rst @@ -465,6 +465,8 @@ request. Remove named header from the request instance (both from regular and unredirected headers). + .. versionadded:: 3.4 + .. method:: Request.get_full_url()