From 0f29ad1be56b98dbbd661128299136e40407333d Mon Sep 17 00:00:00 2001 From: Martin Panter Date: Sat, 4 Jun 2016 05:06:25 +0000 Subject: More typo fixes for 3.6 --- Lib/urllib/request.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Lib/urllib/request.py') diff --git a/Lib/urllib/request.py b/Lib/urllib/request.py index 333c3f245c..b16b642458 100644 --- a/Lib/urllib/request.py +++ b/Lib/urllib/request.py @@ -187,7 +187,7 @@ def urlopen(url, data=None, timeout=socket._GLOBAL_DEFAULT_TIMEOUT, For ftp, file, and data urls and requests explicitly handled by legacy URLopener and FancyURLopener classes, this function returns a - urllib.response.addinfourl object which can work as context manager and + urllib.response.addinfourl object which can work as a context manager and also support the geturl(), info(), getcode() methods listed above. Note that *None& may be returned if no handler handles the request (though -- cgit v1.2.1