diff options
author | Fred Drake <fdrake@acm.org> | 2002-04-04 20:58:02 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2002-04-04 20:58:02 (GMT) |
commit | a2c2595024073f474a4490be5cbfe87b9fe1ce42 (patch) | |
tree | ada5c5a67c99f9296a9d50cd9e0073746c9f09ae | |
parent | df6eca7eb7b6ac1b00ba524f1d9565881a93b9ea (diff) | |
download | cpython-a2c2595024073f474a4490be5cbfe87b9fe1ce42.zip cpython-a2c2595024073f474a4490be5cbfe87b9fe1ce42.tar.gz cpython-a2c2595024073f474a4490be5cbfe87b9fe1ce42.tar.bz2 |
Add a version annotation regarding the urlopen(proxies={...}).
-rw-r--r-- | Doc/lib/liburllib.tex | 2 |
1 files changed, 2 insertions, 0 deletions
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{, |