Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
4d434813
Commit
4d434813
authored
Nov 16, 1998
by
Fred Drake
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Document the user and password parameters to the NNTP constructor.
parent
f060fa98
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
+6
-2
Doc/lib/libnntplib.tex
Doc/lib/libnntplib.tex
+6
-2
No files found.
Doc/lib/libnntplib.tex
View file @
4d434813
...
@@ -53,10 +53,14 @@ valid headers):
...
@@ -53,10 +53,14 @@ valid headers):
%
%
The module itself defines the following items:
The module itself defines the following items:
\begin{classdesc}
{
NNTP
}{
host
\optional
{
, port
}}
\begin{classdesc}
{
NNTP
}{
host
\optional
{
, port
\optional
{
, user
\optional
{
, password
}}}}
Return a new instance of the
\class
{
NNTP
}
class, representing a
Return a new instance of the
\class
{
NNTP
}
class, representing a
connection to the NNTP server running on host
\var
{
host
}
, listening at
connection to the NNTP server running on host
\var
{
host
}
, listening at
port
\var
{
port
}
. The default
\var
{
port
}
is 119.
port
\var
{
port
}
. The default
\var
{
port
}
is 119. If the optional
\var
{
user
}
and
\var
{
password
}
are provided, the
\samp
{
AUTHINFO USER
}
and
\samp
{
AUTHINFO PASS
}
commands are used to identify and
authenticate the user to the server.
\end{classdesc}
\end{classdesc}
\begin{excdesc}
{
error
_
reply
}
\begin{excdesc}
{
error
_
reply
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment