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
4678dc81
Commit
4678dc81
authored
Jan 15, 2006
by
Andrew M. Kuchling
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add recent item
parent
b84b35f0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
Doc/whatsnew/whatsnew25.tex
Doc/whatsnew/whatsnew25.tex
+8
-0
No files found.
Doc/whatsnew/whatsnew25.tex
View file @
4678dc81
...
...
@@ -406,6 +406,14 @@ now has \member{st_gen} and \member{st_birthtime}.
The
\member
{
st
_
flags
}
member is also available, if the platform supports it.
% XXX patch 1180695, 1212117
\item
The
\module
{
socket
}
module now supports
\constant
{
AF
_
NETLINK
}
sockets on Linux, thanks to a patch from Philippe Biondi.
Netlink sockets are a Linux-specific mechanism for communications
between a user-space process and kernel code; an introductory
article about them is at
\url
{
http://www.linuxjournal.com/article/7356
}
.
In Python code, netlink addresses are represented as a tuple of 2 integers,
\code
{
(
\var
{
pid
}
,
\var
{
group
_
mask
}
)
}
.
\item
New module:
\module
{
spwd
}
provides functions for accessing the
shadow password database on systems that support it.
% XXX give example
...
...
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