Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 81c1735

Browse files
committed
Add item to the list of limitations that points out the lack of support
for authenticated proxies. This is noted elsewhere, but this makes it easier to find. Fix typo where it was already mentioned. This closes SourceForge bug #110619.
1 parent ae90f8d commit 81c1735

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

Doc/lib/liburllib.tex

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ \section{\module{urllib} ---
6363
see the \function{urlencode()} function below.
6464

6565
The \function{urlopen()} function works transparently with proxies
66-
whicd do not require authentication. In a \UNIX{} or Windows
66+
which do not require authentication. In a \UNIX{} or Windows
6767
environment, set the \envvar{http_proxy}, \envvar{ftp_proxy} or
6868
\envvar{gopher_proxy} environment variables to a URL that identifies
6969
the proxy server before starting the Python interpreter. For example
@@ -261,6 +261,10 @@ \section{\module{urllib} ---
261261
no easy way to extract it. If the returned data is HTML, you can use
262262
the module \refmodule{htmllib}\refstmodindex{htmllib} to parse it.
263263

264+
\item
265+
This module does not support the use of proxies which require
266+
authentication. This may be implemented in the future.
267+
264268
\item
265269
Although the \module{urllib} module contains (undocumented) routines
266270
to parse and unparse URL strings, the recommended interface for URL

0 commit comments

Comments
 (0)