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
b526e5fa
Commit
b526e5fa
authored
Aug 16, 2000
by
Fred Drake
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
The socket module is now _socket on all platforms.
parent
a136d497
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
Modules/Setup.in
Modules/Setup.in
+1
-2
No files found.
Modules/Setup.in
View file @
b526e5fa
...
...
@@ -152,8 +152,7 @@ grp grpmodule.c # grp(3)
errno
errnomodule.c
# posix (UNIX) errno values
mmap
mmapmodule.c
# Memory-mapped files (also works on Win32)
select
selectmodule.c
# select(2); not on ancient System V
socket
socketmodule.c
# socket(2); not on ancient System V
#_socket socketmodule.c # socket(2); use this one for BeOS sockets
_socket
socketmodule.c
# socket(2)
# Socket module compiled with SSL support; you must edit the SSL variable:
#SSL=/usr/local/ssl
...
...
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