From: Martin v. Löwis Date: Fri, 3 Oct 2003 13:57:37 +0000 (+0000) Subject: Patch #813445: Add IPPROTO_IPV6 option to the socketmodule. X-Git-Tag: v2.4a1~1473 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3bbd6543a0c27fbeb1c1820d482dd6b89ebafaa7;p=python Patch #813445: Add IPPROTO_IPV6 option to the socketmodule. --- diff --git a/Misc/NEWS b/Misc/NEWS index 9b06c700de..7752349fa8 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -33,6 +33,8 @@ Core and builtins Extension modules ----------------- +- socket.IPPROTO_IPV6 was added. + - readline.clear_history was added. - select.select() now accepts sequences for its first three arguments.