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.

Author asvetlov
Recipients asvetlov, lilydjwg, yselivanov
Date 2019-05-28.12:46:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1559047564.4.0.577485925288.issue35246@roundup.psfhosted.org>
In-reply-to
Content
Aha, I see. You are right.
Let's drop checks for cmd/program/args types but left to subprocess do these checks.
This approach avoiding complex checking/converting logic in asyncio itself and reduces code duplication.
History
Date User Action Args
2019-05-28 12:46:04asvetlovsetrecipients: + asvetlov, lilydjwg, yselivanov
2019-05-28 12:46:04asvetlovsetmessageid: <1559047564.4.0.577485925288.issue35246@roundup.psfhosted.org>
2019-05-28 12:46:04asvetlovlinkissue35246 messages
2019-05-28 12:46:04asvetlovcreate