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 2012年05月20日 10:59 by petri.lehtinen, last changed 2022年04月11日 14:57 by admin. This issue is now closed.
| Messages (2) | |||
|---|---|---|---|
| msg161198 - (view) | Author: Petri Lehtinen (petri.lehtinen) * (Python committer) | Date: 2012年05月20日 10:59 | |
os.fdopen() is merely a very thin wrapper around the builtin open(). It should have a very minimal documentation of its own to minimize maintenance burden. |
|||
| msg161525 - (view) | Author: Roundup Robot (python-dev) (Python triager) | Date: 2012年05月24日 18:52 | |
New changeset 9ef2cb56926d by Petri Lehtinen in branch '3.2': #14863: Update the documentation of os.fdopen() http://hg.python.org/cpython/rev/9ef2cb56926d New changeset f27e098a774a by Petri Lehtinen in branch 'default': #14863: Update the documentation of os.fdopen() http://hg.python.org/cpython/rev/f27e098a774a |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:57:30 | admin | set | github: 59068 |
| 2012年05月24日 18:53:22 | petri.lehtinen | set | status: open -> closed resolution: fixed |
| 2012年05月24日 18:52:58 | python-dev | set | nosy:
+ python-dev messages: + msg161525 |
| 2012年05月20日 11:01:13 | petri.lehtinen | link | issue13682 superseder |
| 2012年05月20日 10:59:37 | petri.lehtinen | create | |