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
09612281
Commit
09612281
authored
Apr 30, 2006
by
Andrew M. Kuchling
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add item
parent
4b5caae8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
Doc/whatsnew/whatsnew25.tex
Doc/whatsnew/whatsnew25.tex
+6
-0
No files found.
Doc/whatsnew/whatsnew25.tex
View file @
09612281
...
...
@@ -1468,6 +1468,12 @@ which includes ancient modules such as \module{dircmp} and
\code
{
sys.path
}
, so unless your programs explicitly added the directory to
\code
{
sys.path
}
, this removal shouldn't affect your code.
\item
The
\module
{
rlcompleter
}
module is no longer
dependent on importing the
\module
{
readline
}
module and
therefore now works on non-
{
\UNIX
}
platforms.
(Patch from Robert Kiendl.)
% Patch #1472854
\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
...
...
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