commit | 3bbd6543a0c27fbeb1c1820d482dd6b89ebafaa7 | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Fri Oct 03 13:57:37 2003 +0000 |
committer | Martin v. Löwis <martin@v.loewis.de> | Fri Oct 03 13:57:37 2003 +0000 |
tree | b09ba72bee3d75e3735fd3c948e19d554c71e3a1 | |
parent | a0f1734e447aa8106d96253ebb73a4a618ec41d8 [diff] |
Patch #813445: Add IPPROTO_IPV6 option to the socketmodule.
diff --git a/Misc/NEWS b/Misc/NEWS index 9b06c70..7752349 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -33,6 +33,8 @@ Extension modules ----------------- +- socket.IPPROTO_IPV6 was added. + - readline.clear_history was added. - select.select() now accepts sequences for its first three arguments.