diff options
author | Oren Milman <orenmn@gmail.com> | 2018-09-11 16:51:29 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2018-09-11 16:51:29 (GMT) |
commit | 735171e33486131d93865cf851c0c3d63fffd364 (patch) | |
tree | 4e257ce7d213f45834ec4e6a8dca9ca4c6d796aa /Misc | |
parent | 73870bfeb9cf350d84ee88bd25430c104b3c6191 (diff) | |
download | cpython-735171e33486131d93865cf851c0c3d63fffd364.zip cpython-735171e33486131d93865cf851c0c3d63fffd364.tar.gz cpython-735171e33486131d93865cf851c0c3d63fffd364.tar.bz2 |
closes bpo-29832: Remove "getsockaddrarg" from error messages. (GH-3163)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Core and Builtins/2017-09-12-08-11-01.bpo-29832.Kuf2M7.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2017-09-12-08-11-01.bpo-29832.Kuf2M7.rst b/Misc/NEWS.d/next/Core and Builtins/2017-09-12-08-11-01.bpo-29832.Kuf2M7.rst new file mode 100644 index 0000000..6cf6696 --- /dev/null +++ b/Misc/NEWS.d/next/Core and Builtins/2017-09-12-08-11-01.bpo-29832.Kuf2M7.rst @@ -0,0 +1,2 @@ +Remove references to 'getsockaddrarg' from various socket error messages. +Patch by Oren Milman. |