From c0fc95829982d35c64f83fbfeb7e1c6a0c685d78 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Sat, 22 Dec 2012 10:36:45 +0100 Subject: [PATCH] Add a missing versionadded. --- Doc/library/urllib.request.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Doc/library/urllib.request.rst b/Doc/library/urllib.request.rst index 65637fd22d3..d5f3f2c39cf 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()