summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2020-11-17-22-06-15.bpo-42393.BB0oXc.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS.d/next/Library/2020-11-17-22-06-15.bpo-42393.BB0oXc.rst')
-rw-r--r--Misc/NEWS.d/next/Library/2020-11-17-22-06-15.bpo-42393.BB0oXc.rst3
1 files changed, 0 insertions, 3 deletions
diff --git a/Misc/NEWS.d/next/Library/2020-11-17-22-06-15.bpo-42393.BB0oXc.rst b/Misc/NEWS.d/next/Library/2020-11-17-22-06-15.bpo-42393.BB0oXc.rst
deleted file mode 100644
index f291123..0000000
--- a/Misc/NEWS.d/next/Library/2020-11-17-22-06-15.bpo-42393.BB0oXc.rst
+++ /dev/null
@@ -1,3 +0,0 @@
-Raise :exc:`OverflowError` instead of silent truncation in :meth:`socket.ntohs`
-and :meth:`socket.htons`. Silent truncation was deprecated in Python 3.7.
-Patch by Erlend E. Aasland