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 f91b461 commit 2852cbaCopy full SHA for 2852cba
1 file changed
Doc/lib/libnntplib.tex
@@ -58,8 +58,9 @@ \section{\module{nntplib} ---
58
Return a new instance of the \class{NNTP} class, representing a
59
connection to the NNTP server running on host \var{host}, listening at
60
port \var{port}. The default \var{port} is 119. If the optional
61
-\var{user} and \var{password} are provided, the
62
-\samp{AUTHINFO USER} and \samp{AUTHINFO PASS} commands are used to
+\var{user} and \var{password} are provided,
+or if suitable credentials are present in \file{~/.netrc},
63
+the \samp{AUTHINFO USER} and \samp{AUTHINFO PASS} commands are used to
64
identify and authenticate the user to the server. If the optional
65
flag \var{readermode} is true, then a \samp{mode reader} command is
66
sent before authentication is performed. Reader mode is sometimes
0 commit comments