]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.10] gh-47937: Note that Popen attributes are read-only (GH-93070) (#101683)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 8 Feb 2023 10:04:15 +0000 (02:04 -0800)
committerGitHub <noreply@github.com>
Wed, 8 Feb 2023 10:04:15 +0000 (11:04 +0100)
commit8bc41112a0b4ebab0291e21cb694597cb407f0a3
tree235fce8470b10c96e67f1d6179472c2b17b16f6c
parent7d727518bed1aa2b46c269a6cf4f0856ad2fe848
[3.10] gh-47937: Note that Popen attributes are read-only (GH-93070) (#101683)

* Note that Popen attributes aren't meant to be set by users by rewording the text about the attributes.
* Also update some universal_newlines references to mention the modern text parameter name while in the area.

(cherry picked from commit 027adf42cd85db41fee05b0a40d89ef822876c97)

Co-authored-by: Stanley <46876382+slateny@users.noreply.github.com>
Co-authored-by: Gregory P. Smith <greg@krypto.org>
Doc/library/subprocess.rst