From a2c2595024073f474a4490be5cbfe87b9fe1ce42 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Thu, 4 Apr 2002 20:58:02 +0000 Subject: Add a version annotation regarding the urlopen(proxies={...}). --- Doc/lib/liburllib.tex | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Doc/lib/liburllib.tex b/Doc/lib/liburllib.tex index a33cd3a..97d0e92 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{, -- cgit v0.12