]> granicus.if.org Git - python/commit
bpo-29515: add missing socket.IPPROTO_* constants on Windows (GH-12183)
authorGiampaolo Rodola <g.rodola@gmail.com>
Thu, 28 Mar 2019 14:20:30 +0000 (15:20 +0100)
committerGitHub <noreply@github.com>
Thu, 28 Mar 2019 14:20:30 +0000 (15:20 +0100)
commit3eca28c61363a03b81b9fb12775490d6e42d8ecf
treec1f4488531517a141f47bb5bc688494bee69b61e
parent8abd7c7e37714ce0c42f871f81e52f14c155d1bd
bpo-29515: add missing socket.IPPROTO_* constants on Windows (GH-12183)
Lib/test/test_socket.py
Misc/NEWS.d/next/Windows/2019-03-05-18-09-43.bpo-29515.vwUTv0.rst [new file with mode: 0644]
Modules/socketmodule.c