Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e751c3 commit ae08853Copy full SHA for ae08853
1 file changed
Doc/lib/libtelnetlib.tex
@@ -12,9 +12,11 @@ \section{\module{telnetlib} ---
12
13
\begin{classdesc}{Telnet}{\optional{host\optional{, port}}}
14
\class{Telnet} represents a connection to a telnet server. The
15
-instance is initially not connected; the \method{open()} method must
16
-be used to establish a connection. Alternatively, the host name and
17
-optional port number can be passed to the constructor, too.
+instance is initially not connected by default; the \method{open()}
+method must be used to establish a connection. Alternatively, the
+host name and optional port number can be passed to the constructor,
18
+to, in which case the connection to the server will be established
19
+before the constructor returns.
20
21
Do not reopen an already connected instance.
22
0 commit comments