Message107881
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.) |
|
Date |
User |
Action |
Args |
2010-06-15 16:46:57 | renatolfc | set | recipients:
+ renatolfc, docs@python |
2010-06-15 16:46:57 | renatolfc | set | messageid: <1276620417.22.0.459801828644.issue9002@psf.upfronthosting.co.za> |
2010-06-15 16:46:55 | renatolfc | link | issue9002 messages |
2010-06-15 16:46:55 | renatolfc | create | |
|