From: Fred Drake Date: Thu, 4 Apr 2002 20:58:02 +0000 (+0000) Subject: Add a version annotation regarding the urlopen(proxies={...}). X-Git-Tag: v2.3c1~6129 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a2c2595024073f474a4490be5cbfe87b9fe1ce42;p=thirdparty%2FPython%2Fcpython.git Add a version annotation regarding the urlopen(proxies={...}). --- diff --git a/Doc/lib/liburllib.tex b/Doc/lib/liburllib.tex index a33cd3abdccd..97d0e9297170 100644 --- a/Doc/lib/liburllib.tex +++ b/Doc/lib/liburllib.tex @@ -107,6 +107,8 @@ use \class{URLopener}, or a subclass such as \class{FancyURLopener}. Proxies which require authentication for use are not currently supported; this is considered an implementation limitation. + +\versionchanged[Added the \var{proxies} support]{2.3} \end{funcdesc} \begin{funcdesc}{urlretrieve}{url\optional{, filename\optional{,