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 ukarroum
Recipients akira, gregory.p.smith, ukarroum
Date 2022-01-12.18:03:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1642010595.54.0.734471027536.issue27273@roundup.psfhosted.org>
In-reply-to
Content
As of 3.7, the subprocess.run has a new parameter "text".

IMO it's safer to explicitly set the "text" value instead of inferring it from the "input" type.
History
Date User Action Args
2022-01-12 18:03:15ukarroumsetrecipients: + ukarroum, gregory.p.smith, akira
2022-01-12 18:03:15ukarroumsetmessageid: <1642010595.54.0.734471027536.issue27273@roundup.psfhosted.org>
2022-01-12 18:03:15ukarroumlinkissue27273 messages
2022-01-12 18:03:15ukarroumcreate