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
7f26a62f
Commit
7f26a62f
authored
Aug 27, 2005
by
Georg Brandl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
patch [ 1274630 ] documentation fixes
parent
375f83cf
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
7 deletions
+10
-7
Doc/lib/libgrp.tex
Doc/lib/libgrp.tex
+1
-0
Doc/lib/libhttplib.tex
Doc/lib/libhttplib.tex
+6
-6
Doc/lib/libspwd.tex
Doc/lib/libspwd.tex
+3
-1
No files found.
Doc/lib/libgrp.tex
View file @
7f26a62f
...
...
@@ -45,4 +45,5 @@ Return a list of all available group entries, in arbitrary order.
\begin{seealso}
\seemodule
{
pwd
}{
An interface to the user database, similar to this.
}
\seemodule
{
spwd
}{
An interface to the shadow password database, similar to this.
}
\end{seealso}
Doc/lib/libhttplib.tex
View file @
7f26a62f
...
...
@@ -146,7 +146,7 @@ and also the following constants for integer status codes:
{
http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.1.2
}}
\lineiii
{
PROCESSING
}{
\code
{
102
}}
{
WEBDAV,
\ulink
{
RFC 2518, Section 10.1
}
{
http://www.webdav.org/specs/rfc2518.htm#STATUS
_
102
}}
{
http://www.webdav.org/specs/rfc2518.htm
l
#STATUS
_
102
}}
\lineiii
{
OK
}{
\code
{
200
}}
{
HTTP/1.1,
\ulink
{
RFC 2616, Section 10.2.1
}
...
...
@@ -171,7 +171,7 @@ and also the following constants for integer status codes:
{
http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.2.7
}}
\lineiii
{
MULTI
_
STATUS
}{
\code
{
207
}}
{
WEBDAV
\ulink
{
RFC 2518, Section 10.2
}
{
http://www.webdav.org/specs/rfc2518.htm#STATUS
_
207
}}
{
http://www.webdav.org/specs/rfc2518.htm
l
#STATUS
_
207
}}
\lineiii
{
IM
_
USED
}{
\code
{
226
}}
{
Delta encoding in HTTP,
\rfc
{
3229
}
, Section 10.4.1
}
...
...
@@ -253,13 +253,13 @@ and also the following constants for integer status codes:
{
http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.18
}}
\lineiii
{
UNPROCESSABLE
_
ENTITY
}{
\code
{
422
}}
{
WEBDAV,
\ulink
{
RFC 2518, Section 10.3
}
{
http://www.webdav.org/specs/rfc2518.htm#STATUS
_
422
}}
{
http://www.webdav.org/specs/rfc2518.htm
l
#STATUS
_
422
}}
\lineiii
{
LOCKED
}{
\code
{
423
}}
{
WEBDAV
\ulink
{
RFC 2518, Section 10.4
}
{
http://www.webdav.org/specs/rfc2518.htm#STATUS
_
423
}}
{
http://www.webdav.org/specs/rfc2518.htm
l
#STATUS
_
423
}}
\lineiii
{
FAILED
_
DEPENDENCY
}{
\code
{
424
}}
{
WEBDAV,
\ulink
{
RFC 2518, Section 10.5
}
{
http://www.webdav.org/specs/rfc2518.htm#STATUS
_
424
}}
{
http://www.webdav.org/specs/rfc2518.htm
l
#STATUS
_
424
}}
\lineiii
{
UPGRADE
_
REQUIRED
}{
\code
{
426
}}
{
HTTP Upgrade to TLS,
\rfc
{
2817
}
, Section 6
}
...
...
@@ -283,7 +283,7 @@ and also the following constants for integer status codes:
{
http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.5.6
}}
\lineiii
{
INSUFFICIENT
_
STORAGE
}{
\code
{
507
}}
{
WEBDAV,
\ulink
{
RFC 2518, Section 10.6
}
{
http://www.webdav.org/specs/rfc2518.htm#STATUS
_
507
}}
{
http://www.webdav.org/specs/rfc2518.htm
l
#STATUS
_
507
}}
\lineiii
{
NOT
_
EXTENDED
}{
\code
{
510
}}
{
An HTTP Extension Framework,
\rfc
{
2774
}
, Section 7
}
\end{tableiii}
...
...
Doc/lib/libspwd.tex
View file @
7f26a62f
...
...
@@ -4,9 +4,10 @@
\declaremodule
{
builtin
}{
spwd
}
\platform
{
Unix
}
\modulesynopsis
{
The shadow password database (
\function
{
getspnam()
}
and friends).
}
\versionadded
{
2.5
}
This module provides access to the
\UNIX
{}
shadow password database.
It is available on various
Unix
versions.
It is available on various
\UNIX
{}
versions.
You must have enough privileges to access the shadow password database
(this usually means you have to be root).
...
...
@@ -42,5 +43,6 @@ Return a list of all available shadow password database entries, in arbitrary or
\begin{seealso}
\seemodule
{
grp
}{
An interface to the group database, similar to this.
}
\seemodule
{
pwd
}{
An interface to the normal password database, similar to this.
}
\end{seealso}
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