]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #1746656: make if_nameindex(), if_indextoname() and if_nametoindex()
authorCharles-François Natali <neologix@free.fr>
Fri, 20 May 2011 14:55:06 +0000 (16:55 +0200)
committerCharles-François Natali <neologix@free.fr>
Fri, 20 May 2011 14:55:06 +0000 (16:55 +0200)
commit6071359de177ba2db621ff698fb4e7c4e1287294
tree3268db829b4706736ab7a3f7dad61d1cc80a29db
parente724665182535b69fb0eb9e2ea3caa00f14dc392
Issue #1746656: make if_nameindex(), if_indextoname() and if_nametoindex()
accept and return str instead of bytes arrays. Add some more tests.
Lib/test/test_socket.py
Modules/socketmodule.c