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 renatolfc
Recipients docs@python, renatolfc
Date 2010-06-15.16:46:55
SpamBayes Score 0.0024228876
Marked as misclassified No
Message-id <1276620417.22.0.459801828644.issue9002@psf.upfronthosting.co.za>
In-reply-to
Content
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.)
History
Date User Action Args
2010-06-15 16:46:57renatolfcsetrecipients: + renatolfc, docs@python
2010-06-15 16:46:57renatolfcsetmessageid: <1276620417.22.0.459801828644.issue9002@psf.upfronthosting.co.za>
2010-06-15 16:46:55renatolfclinkissue9002 messages
2010-06-15 16:46:55renatolfccreate