]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] gh-47937: Note that Popen attributes are read-only (GH-93070) (#101684)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 8 Feb 2023 10:03:56 +0000 (02:03 -0800)
committerGitHub <noreply@github.com>
Wed, 8 Feb 2023 10:03:56 +0000 (11:03 +0100)
commit7240ba7f94daaf3935def47f2a02e6b6b6053043
treef3594b1ae282018aede1a72a950e65859601258e
parentfa906714808cb8ce1428037a3a8c92b931969478
[3.11] gh-47937: Note that Popen attributes are read-only (GH-93070) (#101684)

* 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