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: asyncio: Support pathlib.Path in create_unix_connection; sock arg should be optional
Type: behavior Stage: resolved
Components: asyncio Versions: Python 3.7, Python 3.6
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: asvetlov, yselivanov
Priority: normal Keywords: patch

Created on 2017-11-17 23:27 by yselivanov, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 4447 merged yselivanov, 2017-11-17 23:30
Messages (1)
msg306592 - (view) Author: Yury Selivanov (yselivanov) * (Python committer) Date: 2017-11-20 22:26
New changeset 423fd362f8e4d6c867a5afc8ac7cbeeb66cac19c by Yury Selivanov in branch 'master':
bpo-32066: Support pathlib.Path in create_unix_connection; sock arg should be optional (#4447)
https://github.com/python/cpython/commit/423fd362f8e4d6c867a5afc8ac7cbeeb66cac19c
History
Date User Action Args
2022-04-11 14:58:54adminsetgithub: 76247
2017-11-20 22:26:51yselivanovsetstatus: open -> closed
type: behavior
resolution: fixed
stage: patch review -> resolved
2017-11-20 22:26:30yselivanovsetmessages: + msg306592
2017-11-17 23:30:49yselivanovsetkeywords: + patch
stage: patch review
pull_requests: + pull_request4386
2017-11-17 23:27:14yselivanovcreate