]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
asyncio: Fix getaddrinfo to accept None/str/bytes for 'port' arg
authorYury Selivanov <yselivanov@sprymix.com>
Fri, 20 May 2016 21:44:19 +0000 (17:44 -0400)
committerYury Selivanov <yselivanov@sprymix.com>
Fri, 20 May 2016 21:44:19 +0000 (17:44 -0400)
commiteaaaee8c569475614d16e3abf087228673bce9fc
tree8143d7222393206523a7301a4aa611f53428d2d8
parent0dad755600d88b48d41b11630dcd1862e3c4ee27
asyncio: Fix getaddrinfo to accept None/str/bytes for 'port' arg

Patch by A. Jesse Jiryu Davis.
Lib/asyncio/base_events.py
Lib/test/test_asyncio/test_base_events.py