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 2011年12月30日 11:36 by petri.lehtinen, last changed 2022年04月11日 14:57 by admin. This issue is now closed.
| Messages (2) | |||
|---|---|---|---|
| msg150376 - (view) | Author: Petri Lehtinen (petri.lehtinen) * (Python committer) | Date: 2011年12月30日 11:36 | |
From the docs of os.fdopen(): Return an open file object connected to the file descriptor fd. The mode and bufsize arguments have the same meaning as the corresponding arguments to the built-in open() function. However, there's no bufsize argument for builtin open() anymore in py3k. |
|||
| msg161199 - (view) | Author: Petri Lehtinen (petri.lehtinen) * (Python committer) | Date: 2012年05月20日 11:01 | |
The documentation of os.fdopen() should be fixed as a whole, see #14863. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:57:25 | admin | set | github: 57891 |
| 2012年05月20日 11:01:13 | petri.lehtinen | set | status: open -> closed superseder: Update docs of os.fdopen() resolution: not a bug messages: + msg161199 |
| 2012年01月09日 16:01:38 | eric.araujo | set | nosy:
+ eric.araujo |
| 2011年12月30日 11:36:07 | petri.lehtinen | create | |