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
f55c64c6
Commit
f55c64c6
authored
Sep 27, 2018
by
Tal Einat
Committed by
GitHub
Sep 27, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bpo-31425: fix versionadded in docs and add attribution in NEWS (GH-9595)
parent
130717fe
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
Doc/library/socket.rst
Doc/library/socket.rst
+1
-1
Misc/NEWS.d/next/Library/2017-10-24-10-18-35.bpo-31425.1lgw47.rst
...S.d/next/Library/2017-10-24-10-18-35.bpo-31425.1lgw47.rst
+1
-1
No files found.
Doc/library/socket.rst
View file @
f55c64c6
...
...
@@ -198,7 +198,7 @@ created. Socket addresses are represented as follows:
family is represented as a ``(node, port)`` tuple where the *node* and *port*
are non-negative integers.
.. versionadded:: 3.
7
.. versionadded:: 3.
8
If you use a hostname in the *host* portion of IPv4/v6 socket address, the
program may show a nondeterministic behavior, as Python uses the first address
...
...
Misc/NEWS.d/next/Library/2017-10-24-10-18-35.bpo-31425.1lgw47.rst
View file @
f55c64c6
Add support for sockets of the AF_QIPCRTR address family, supported by the
Linux kernel. This is used to communicate with services, such as GPS or
radio, running on Qualcomm devices.
radio, running on Qualcomm devices.
Patch by Bjorn Andersson.
\ No newline at end of file
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