New submission from Renato Cunha <ren...@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: d...@python
components: Documentation
files: py3k-pyfile-from-fd-io-module.diff
keywords: patch
messages: 107881
nosy: d...@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue9002>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to