]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #28704: Fix create_unix_server to support Path-like objects
authorYury Selivanov <yury@magic.io>
Tue, 15 Nov 2016 20:26:34 +0000 (15:26 -0500)
committerYury Selivanov <yury@magic.io>
Tue, 15 Nov 2016 20:26:34 +0000 (15:26 -0500)
commitd7c151871e4eb445676fbd18bc5cb31406cccdf6
tree007a7eed60d4f57be04c66b62485b0f1b2008cd5
parent0ed20cdfb723c68d604eddec0fc66436ce18e9c0
Issue #28704: Fix create_unix_server to support Path-like objects
Lib/asyncio/unix_events.py
Lib/test/test_asyncio/test_unix_events.py