From 3bbd6543a0c27fbeb1c1820d482dd6b89ebafaa7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20v=2E=20L=C3=B6wis?= Date: Fri, 3 Oct 2003 13:57:37 +0000 Subject: Patch #813445: Add IPPROTO_IPV6 option to the socketmodule. --- Misc/NEWS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Misc/NEWS b/Misc/NEWS index 9b06c70..7752349 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. -- cgit v0.12