mirror of https://github.com/python/cpython
Add a version annotation regarding the urlopen(proxies={...}).
This commit is contained in:
parent
df6eca7eb7
commit
a2c2595024
|
@ -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{,
|
||||
|
|
Loading…
Reference in New Issue