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.

Author petri.lehtinen
Recipients docs@python, petri.lehtinen
Date 2011-12-30.11:36:06
SpamBayes Score 0.0007462305
Marked as misclassified No
Message-id <1325244968.02.0.142917484563.issue13682@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2011-12-30 11:36:08petri.lehtinensetrecipients: + petri.lehtinen, docs@python
2011-12-30 11:36:08petri.lehtinensetmessageid: <1325244968.02.0.142917484563.issue13682@psf.upfronthosting.co.za>
2011-12-30 11:36:07petri.lehtinenlinkissue13682 messages
2011-12-30 11:36:06petri.lehtinencreate