diff options
author | Noam Cohen <noam@noam.me> | 2022-11-07 14:27:37 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-07 14:27:37 (GMT) |
commit | 80c08d1cd67afdd1336c65ba23a044b6ac490f33 (patch) | |
tree | e7b0b57bc1dd5b2b29bf358696b9b75e0c24d5dd /Misc/NEWS.d/next | |
parent | 6168e714be333b633dfa7e2d25549dea97a53431 (diff) | |
download | cpython-80c08d1cd67afdd1336c65ba23a044b6ac490f33.zip cpython-80c08d1cd67afdd1336c65ba23a044b6ac490f33.tar.gz cpython-80c08d1cd67afdd1336c65ba23a044b6ac490f33.tar.bz2 |
gh-95389: expose popular ETHERTYPE_* constants in the socket module (#95390)
Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com>
Co-authored-by: CAM Gerlach <CAM.Gerlach@Gerlach.CAM>
Diffstat (limited to 'Misc/NEWS.d/next')
-rw-r--r-- | Misc/NEWS.d/next/Core and Builtins/2022-07-30-14-10-27.gh-issue-95389.nSGEkG.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2022-07-30-14-10-27.gh-issue-95389.nSGEkG.rst b/Misc/NEWS.d/next/Core and Builtins/2022-07-30-14-10-27.gh-issue-95389.nSGEkG.rst new file mode 100644 index 0000000..d31f00d --- /dev/null +++ b/Misc/NEWS.d/next/Core and Builtins/2022-07-30-14-10-27.gh-issue-95389.nSGEkG.rst @@ -0,0 +1,3 @@ +Expose :data:`~socket.ETH_P_ALL` and some of the +:ref:`ETHERTYPE_* constants <socket-ethernet-types>` in :mod:`socket`. +Patch by Noam Cohen. |