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 methane
Recipients methane
Date 2021-04-05.13:28:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1617629302.16.0.0682743607407.issue43735@roundup.psfhosted.org>
In-reply-to
Content
os.popen() and pipes module doesn't have `encoding` parameter. They use the default (locale) encoding implicitly.

As PEP 597, subprocess module won't emit EncodingWarning for PIPEs in Python 3.10.
Like that, we should just add `encoding=None` parameter but don't emit  EncodingWarning.
History
Date User Action Args
2021-04-05 13:28:22methanesetrecipients: + methane
2021-04-05 13:28:22methanesetmessageid: <1617629302.16.0.0682743607407.issue43735@roundup.psfhosted.org>
2021-04-05 13:28:22methanelinkissue43735 messages
2021-04-05 13:28:22methanecreate