Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork33.3k
Closed
Description
Feature or enhancement
Emit EncodingWarning insubprocess.Popen(text=True) andlocale.getpreferredencoding().
Pitch
UTF-8 Mode will affect them. So we need to emit EncodingWarning likeopen().
SeePEP 686 for detail.