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 gregory.p.smith
Recipients ThiefMaster, gregory.p.smith, izbyshev
Date 2020-12-25.04:57:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1608872246.11.0.335853083583.issue42388@roundup.psfhosted.org>
In-reply-to
Content
New changeset 64abf373444944a240274a9b6d66d1cb01ecfcdd by Gregory P. Smith in branch 'master':
bpo-42388: Fix subprocess.check_output input=None when text=True (GH-23467)
https://github.com/python/cpython/commit/64abf373444944a240274a9b6d66d1cb01ecfcdd
History
Date User Action Args
2020-12-25 04:57:26gregory.p.smithsetrecipients: + gregory.p.smith, ThiefMaster, izbyshev
2020-12-25 04:57:26gregory.p.smithsetmessageid: <1608872246.11.0.335853083583.issue42388@roundup.psfhosted.org>
2020-12-25 04:57:26gregory.p.smithlinkissue42388 messages
2020-12-25 04:57:25gregory.p.smithcreate