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.

classification
Title: Update docs of os.fdopen()
Type: Stage:
Components: Versions: Python 3.2, Python 3.3
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: petri.lehtinen, python-dev
Priority: normal Keywords:

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:30adminsetgithub: 59068
2012-05-24 18:53:22petri.lehtinensetstatus: open -> closed
resolution: fixed
2012-05-24 18:52:58python-devsetnosy: + python-dev
messages: + msg161525
2012-05-20 11:01:13petri.lehtinenlinkissue13682 superseder
2012-05-20 10:59:37petri.lehtinencreate