[docs] [issue13682] Documentation of os.fdopen() refers to non-existing bufsize argument of builtin open()

Petri Lehtinen report at bugs.python.org
Fri Dec 30 12:36:08 CET 2011


New submission from Petri Lehtinen <petri at digip.org>:

>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.

----------
assignee: docs at python
components: Documentation
messages: 150376
nosy: docs at python, petri.lehtinen
priority: normal
severity: normal
status: open
title: Documentation of os.fdopen() refers to non-existing bufsize argument of builtin open()
versions: Python 3.2, Python 3.3

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue13682>
_______________________________________


More information about the docs mailing list