]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
asyncio: Support host=b'' for getaddrinfo
authorYury Selivanov <yselivanov@sprymix.com>
Thu, 2 Jun 2016 20:43:52 +0000 (16:43 -0400)
committerYury Selivanov <yselivanov@sprymix.com>
Thu, 2 Jun 2016 20:43:52 +0000 (16:43 -0400)
commita8f895f051588cc5186650f13118b0149ae7e3d5
tree907d0a08cd880cddb722201fd2d2c3e4c57e8f60
parent6a8e626a60baef76b03df81a0b087dc9fdc3efcf
asyncio: Support host=b'' for getaddrinfo
Lib/asyncio/base_events.py
Lib/test/test_asyncio/test_base_events.py