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

2010-06-15 Thread Renato Cunha

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



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

2010-06-15 Thread Ezio Melotti

Changes by Ezio Melotti ezio.melo...@gmail.com:


--
dependencies: +PyFile_FromFd wrong documentation
stage:  - patch review

___
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



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

2010-06-15 Thread Antoine Pitrou

Antoine Pitrou pit...@free.fr added the comment:

Same resolution as in #9001. Thanks again.

--
nosy: +pitrou
resolution:  - fixed
status: open - closed

___
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