Issue 28704: Fix create_unix_server to support Path-like objects (PEP 519) (original) (raw)
This issue has been migrated to GitHub: https://github.com/python/cpython/issues/72890
classification
Title: | Fix create_unix_server to support Path-like objects (PEP 519) | ||
---|---|---|---|
Type: | behavior | Stage: | resolved |
Components: | asyncio | Versions: | Python 3.7, Python 3.6 |
process
Status: | closed | Resolution: | fixed |
---|---|---|---|
Dependencies: | Superseder: | ||
Assigned To: | yselivanov | Nosy List: | gvanrossum, python-dev, yselivanov |
Priority: | normal | Keywords: |
Created on 2016-11-15 20:25 by yselivanov, last changed 2022-04-11 14:58 by admin. This issue is now closed.
Messages (2) | ||
---|---|---|
msg280889 - (view) | Author: Yury Selivanov (yselivanov) * ![]() |
Date: 2016-11-15 20:25 |
Proxy for https://github.com/python/asyncio/pull/462 | ||
msg280890 - (view) | Author: Roundup Robot (python-dev) ![]() |
Date: 2016-11-15 20:27 |
New changeset f8207c98eb5e by Yury Selivanov in branch '3.5': Issue #28704: Fix create_unix_server to support Path-like objects https://hg.python.org/cpython/rev/f8207c98eb5e New changeset 0d663f758adb by Yury Selivanov in branch '3.6': Merge 3.5 (issue #28704) https://hg.python.org/cpython/rev/0d663f758adb New changeset c7d2ec49a80b by Yury Selivanov in branch 'default': Merge 3.6 (issue #28704) https://hg.python.org/cpython/rev/c7d2ec49a80b |
History | |||
---|---|---|---|
Date | User | Action | Args |
2022-04-11 14:58:39 | admin | set | github: 72890 |
2016-11-15 20:27:55 | python-dev | set | nosy: + python-devmessages: + |
2016-11-15 20:25:32 | yselivanov | set | status: open -> closedresolution: fixedmessages: + |
2016-11-15 20:25:21 | yselivanov | create |