Patch #813445: Add IPPROTO_IPV6 option to the socketmodule.

This commit is contained in:
Martin v. Löwis 2003-10-03 13:57:37 +00:00
parent a0f1734e44
commit 3bbd6543a0
1 changed files with 2 additions and 0 deletions

View File

@ -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.