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.
Created on 2013年12月16日 01:52 by Thayne.McCombs, last changed 2022年04月11日 14:57 by admin.
| Messages (2) | |||
|---|---|---|---|
| msg206272 - (view) | Author: Thayne McCombs (Thayne.McCombs) | Date: 2013年12月16日 01:52 | |
The subprocess documentation for stdout/stderr/stdin states: "Valid values are PIPE, an existing file descriptor (a positive integer), an existing file object, and None. PIPE indicates that a new pipe to the child should be created." However, file-like objects such as StringIO are not valid if they do not implement fileno(). The documentation should be more explicit that the file object should be backed by an actual file descriptor (and therefore has a fileno() function). |
|||
| msg339679 - (view) | Author: Cheryl Sabella (cheryl.sabella) * (Python committer) | Date: 2019年04月08日 22:45 | |
Assigning to @Mariatta for the sprints. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:57:55 | admin | set | github: 64191 |
| 2019年04月08日 22:45:54 | cheryl.sabella | set | versions:
+ Python 3.7, Python 3.8, - Python 2.7, Python 3.5, Python 3.6 nosy: + Mariatta, cheryl.sabella messages: + msg339679 assignee: docs@python -> Mariatta type: enhancement |
| 2017年04月08日 00:09:57 | martin.panter | link | issue29989 superseder |
| 2016年05月13日 11:42:31 | martin.panter | set | stage: needs patch versions: + Python 2.7, Python 3.5, Python 3.6 |
| 2013年12月16日 01:52:40 | Thayne.McCombs | create | |