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 eryksun
Recipients eric.smith, eryksun, kaushik.ghose, paul.moore, steve.dower, tim.golden, zach.ware
Date 2020-09-09.19:05:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1599678306.23.0.811881191759.issue41753@roundup.psfhosted.org>
In-reply-to
Content
The underlying subprocess.Popen class was updated in 3.8 to support path-like objects in `args` (with shell=False) and `executable` on Windows [1]. This change was not backported to 3.6 and 3.7.

---

[1] https://docs.python.org/3/library/subprocess.html#subprocess.Popen
History
Date User Action Args
2020-09-09 19:05:06eryksunsetrecipients: + eryksun, paul.moore, eric.smith, tim.golden, zach.ware, steve.dower, kaushik.ghose
2020-09-09 19:05:06eryksunsetmessageid: <1599678306.23.0.811881191759.issue41753@roundup.psfhosted.org>
2020-09-09 19:05:06eryksunlinkissue41753 messages
2020-09-09 19:05:06eryksuncreate