cpython/Misc/NEWS.d/next/Library/2020-11-17-22-06-15.bpo-423...

4 lines
182 B
ReStructuredText

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