This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

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) * (Python committer) Date: 2016-11-15 20:25
Proxy for https://github.com/python/asyncio/pull/462
msg280890 - (view) Author: Roundup Robot (python-dev) (Python triager) 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:39adminsetgithub: 72890
2016-11-15 20:27:55python-devsetnosy: + python-dev
messages: + msg280890
2016-11-15 20:25:32yselivanovsetstatus: open -> closed
resolution: fixed
messages: + msg280889
2016-11-15 20:25:21yselivanovcreate