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 terry.reedy
Recipients georg.brandl, terry.reedy, vincent.legoll
Date 2010-06-17.00:34:44
SpamBayes Score 0.004127148
Marked as misclassified No
Message-id <1276734886.97.0.121176450793.issue3687@psf.upfronthosting.co.za>
In-reply-to
Content
While it could be argued that it is 'obvious' that changing the stdin, stdout, stderr, and pid of a processes cannot work, I agree that a small addition would be good. In 17.1.2. Popen Objects, after "The following attributes are also available", insert " (do not try to change them)" before ':'.

Actually, it seems to me that the attributes should actually be read-only (in 3.2) if possible (via custom Popen.__setattr__), in which case the only doc change needed (for 3.2) would be insertion of 'read-only' before 'attributes'.

Georg, if you know the id of the subprocess maintainer (if there is one now), could you add him to the nosy list for an opinion or comment?
History
Date User Action Args
2010-06-17 00:34:47terry.reedysetrecipients: + terry.reedy, georg.brandl, vincent.legoll
2010-06-17 00:34:46terry.reedysetmessageid: <1276734886.97.0.121176450793.issue3687@psf.upfronthosting.co.za>
2010-06-17 00:34:45terry.reedylinkissue3687 messages
2010-06-17 00:34:44terry.reedycreate