]> granicus.if.org Git - python/commitdiff
Patch #813445: Add IPPROTO_IPV6 option to the socketmodule.
authorMartin v. Löwis <martin@v.loewis.de>
Fri, 3 Oct 2003 13:57:37 +0000 (13:57 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Fri, 3 Oct 2003 13:57:37 +0000 (13:57 +0000)
Misc/NEWS

index 9b06c700de66d29d70083c9e0965e089ae7fb4dc..7752349fa8089179864ad851601be0b0624e7388 100644 (file)
--- 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.