diff options
author | Cheryl Sabella <cheryl.sabella@gmail.com> | 2018-09-12 00:32:15 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2018-09-12 00:32:15 (GMT) |
commit | 731ff68eeef58babdf2b32dc9a73b141760c2be9 (patch) | |
tree | 921e8ffd5be715c33f8615bcabf2c6c5605f360e /Misc | |
parent | b9bf9d025e659b5a1963027eb73690e57cb35dd0 (diff) | |
download | cpython-731ff68eeef58babdf2b32dc9a73b141760c2be9.zip cpython-731ff68eeef58babdf2b32dc9a73b141760c2be9.tar.gz cpython-731ff68eeef58babdf2b32dc9a73b141760c2be9.tar.bz2 |
closes bpo-25041: Document AF_PACKET socket address format. (GH-4092)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Documentation/2017-10-23-13-41-12.bpo-25041.iAo2gW.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Documentation/2017-10-23-13-41-12.bpo-25041.iAo2gW.rst b/Misc/NEWS.d/next/Documentation/2017-10-23-13-41-12.bpo-25041.iAo2gW.rst new file mode 100644 index 0000000..5bb6e25 --- /dev/null +++ b/Misc/NEWS.d/next/Documentation/2017-10-23-13-41-12.bpo-25041.iAo2gW.rst @@ -0,0 +1 @@ +Document ``AF_PACKET`` in the :mod:`socket` module. |