Issue 14863: Update docs of os.fdopen() (original) (raw)

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 -> closedresolution: fixed
2012-05-24 18:52:58 python-dev set nosy: + python-devmessages: +
2012-05-20 11:01:13 petri.lehtinen link issue13682 superseder
2012-05-20 10:59:37 petri.lehtinen create