Reference to urllib module can be a hyperlink.
This commit is contained in:
parent
4429772ea3
commit
bcd5454d63
|
@ -1,15 +1,14 @@
|
|||
\section{\module{gopherlib} ---
|
||||
Gopher protocol client.}
|
||||
\declaremodule{standard}{gopherlib}
|
||||
Gopher protocol client}
|
||||
|
||||
\declaremodule{standard}{gopherlib}
|
||||
\modulesynopsis{Gopher protocol client (requires sockets).}
|
||||
|
||||
\indexii{Gopher}{protocol}
|
||||
|
||||
|
||||
This module provides a minimal implementation of client side of the
|
||||
the Gopher protocol. It is used by the module \code{urllib} to handle
|
||||
URLs that use the Gopher protocol.
|
||||
the Gopher protocol. It is used by the module \refmodule{urllib} to
|
||||
handle URLs that use the Gopher protocol.
|
||||
|
||||
The module defines the following functions:
|
||||
|
||||
|
|
Loading…
Reference in New Issue