[issue9002] Add a pointer on where to find a better description of PyFile_FromFd arguments

New submission from Renato Cunha <renato@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@python components: Documentation files: py3k-pyfile-from-fd-io-module.diff keywords: patch messages: 107881 nosy: docs@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@bugs.python.org> <http://bugs.python.org/issue9002> _______________________________________

Changes by Ezio Melotti <ezio.melotti@gmail.com>: ---------- dependencies: +PyFile_FromFd wrong documentation stage: -> patch review _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue9002> _______________________________________

Antoine Pitrou <pitrou@free.fr> added the comment: Same resolution as in #9001. Thanks again. ---------- nosy: +pitrou resolution: -> fixed status: open -> closed _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue9002> _______________________________________
participants (3)
-
Antoine Pitrou
-
Ezio Melotti
-
Renato Cunha