[New-bugs-announce] [issue9002] Add a pointer on where to find a better description of PyFile_FromFd arguments

Renato Cunha report at bugs.python.org
Tue Jun 15 18:46:57 CEST 2010


New submission from Renato Cunha <renato at renatocunha.com>:

Even though the "File Objects" section in py3k documentation makes it clear that the functions there listed are just wrappers over the io module, it took me a bit to find which function PyFile_FromFd was wrapping.

So, what about making it clear that PyFile_FromFd wraps io.open? The attached patch tries to do that. (It assumes that my previous patch, from issue #9001, will get accepted, as it builds on it.)

----------
assignee: docs at python
components: Documentation
files: py3k-pyfile-from-fd-io-module.diff
keywords: patch
messages: 107881
nosy: docs at python, trovao
priority: normal
severity: normal
status: open
title: Add a pointer on where to find a better description of PyFile_FromFd arguments
type: feature request
versions: Python 3.2, Python 3.3
Added file: http://bugs.python.org/file17678/py3k-pyfile-from-fd-io-module.diff

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


More information about the New-bugs-announce mailing list