diff options
author | Ngalim Siregar <ngalim.siregar@gmail.com> | 2019-09-09 09:15:14 (GMT) |
---|---|---|
committer | Steve Dower <steve.dower@python.org> | 2019-09-09 09:15:14 (GMT) |
commit | 71ea688d662a74ddf39a3874e06c73e58df55c02 (patch) | |
tree | e54dbb3806f7001b00b06d348d247d6f3745b72d /Misc | |
parent | 1f86fdcfc57270ee569cc58269a4e08afe7608ec (diff) | |
download | cpython-71ea688d662a74ddf39a3874e06c73e58df55c02.zip cpython-71ea688d662a74ddf39a3874e06c73e58df55c02.tar.gz cpython-71ea688d662a74ddf39a3874e06c73e58df55c02.tar.bz2 |
bpo-11953: Extend table of Windows WSA* error codes (GH-15004)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2019-07-29-21-39-45.bpo-11953.4Hpwf9.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2019-07-29-21-39-45.bpo-11953.4Hpwf9.rst b/Misc/NEWS.d/next/Library/2019-07-29-21-39-45.bpo-11953.4Hpwf9.rst new file mode 100644 index 0000000..62f3c44 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2019-07-29-21-39-45.bpo-11953.4Hpwf9.rst @@ -0,0 +1 @@ +Completing WSA* error codes in :mod:`socket`. |