[issue25041] document AF_PACKET socket address format

2018-09-11 Thread Benjamin Peterson
Benjamin Peterson added the comment: New changeset a00de685c11cf8bdca1f8efa7aab80552d80ddfb by Benjamin Peterson in branch '3.6': [3.6] closes bpo-25041: Document AF_PACKET socket address format. (GH-9209) https://github.com/python/cpython/commit/a00de685c11cf8bdca1f8efa7aab80552d80ddfb

[issue25041] document AF_PACKET socket address format

2018-09-11 Thread Benjamin Peterson
Benjamin Peterson added the comment: New changeset cadb66e173ded86ebc85b54889db48f66e7af592 by Benjamin Peterson in branch '3.7': [3.7] closes bpo-25041: Document AF_PACKET socket address format. (GH-9207) https://github.com/python/cpython/commit/cadb66e173ded86ebc85b54889db48f66e7af592

[issue25041] document AF_PACKET socket address format

2018-09-11 Thread Benjamin Peterson
Change by Benjamin Peterson : -- pull_requests: +8643 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue25041] document AF_PACKET socket address format

2018-09-11 Thread Benjamin Peterson
Change by Benjamin Peterson : -- pull_requests: +8641 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue25041] document AF_PACKET socket address format

2018-09-11 Thread Benjamin Peterson
Benjamin Peterson added the comment: New changeset 731ff68eeef58babdf2b32dc9a73b141760c2be9 by Benjamin Peterson (Cheryl Sabella) in branch 'master': closes bpo-25041: Document AF_PACKET socket address format. (GH-4092)

[issue25041] document AF_PACKET socket address format

2017-10-23 Thread Cheryl Sabella
Change by Cheryl Sabella : -- pull_requests: +4062 stage: needs patch -> patch review ___ Python tracker ___

[issue25041] document AF_PACKET socket address format

2017-09-23 Thread Mariatta Wijaya
Changes by Mariatta Wijaya : -- stage: patch review -> needs patch versions: +Python 3.7 -Python 3.4, Python 3.5 ___ Python tracker

[issue25041] document AF_PACKET socket address format

2017-09-23 Thread Cheryl Sabella
Cheryl Sabella added the comment: Hello Camilla, Would you like to create a Github pull request for your patch? -- nosy: +csabella ___ Python tracker

[issue25041] document AF_PACKET socket address format

2015-11-01 Thread Camilla Montonen
Camilla Montonen added the comment: Thank you very much for the feedback, Martin and Berker! I'll start working on the revised patch. -- ___ Python tracker

[issue25041] document AF_PACKET socket address format

2015-10-30 Thread Berker Peksag
Berker Peksag added the comment: Thanks! The patch looks good to me. I left a few minor comments on Rietveld: http://bugs.python.org/review/25041/ -- nosy: +berker.peksag stage: needs patch -> patch review ___ Python tracker

[issue25041] document AF_PACKET socket address format

2015-10-30 Thread Martin Panter
Martin Panter added the comment: Quickly looking through the history (annotate function on Mercurial web frontend): * Revisions 3d4a7cd0bf17, c8ef864ba861 (2001): AF_PACKET support added on Linux. Partially documented in C comment and socket.bind() docstring. AF/PF_PACKET, PACKET_* constants

[issue25041] document AF_PACKET socket address format

2015-10-29 Thread Camilla Montonen
Camilla Montonen added the comment: Provided patch provides documentation for the AF_PACKET address_family. -- keywords: +patch nosy: +Winterflower Added file: http://bugs.python.org/file40898/af_packet_doc.patch ___ Python tracker

[issue25041] document AF_PACKET socket address format

2015-09-10 Thread Adam
Changes by Adam : -- nosy: +azsorkin ___ Python tracker ___ ___ Python-bugs-list mailing

[issue25041] document AF_PACKET socket address format

2015-09-09 Thread Tim Tisdall
New submission from Tim Tisdall: As mentioned in #24984, I'm making another issue to document the address format for AF_PACKET. In this case there's already documentation in Modules/socketmodule.c that says: - an AF_PACKET socket address is a tuple containing a string specifying the

[issue25041] document AF_PACKET socket address format

2015-09-09 Thread Berker Peksag
Changes by Berker Peksag : -- keywords: +easy stage: -> needs patch ___ Python tracker ___

[issue25041] document AF_PACKET socket address format

2015-09-09 Thread Tim Tisdall
Tim Tisdall added the comment: Right now the docs say "Certain other address families (:const:`AF_PACKET`, :const:`AF_CAN`) support specific representations.". I was going to create a separate issue for AF_CAN, but it seems that it's already documented... When documentation is added for

[issue25041] document AF_PACKET socket address format

2015-09-09 Thread STINNER Victor
Changes by STINNER Victor : -- nosy: +haypo ___ Python tracker ___ ___