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 Neil Muller
Recipients Neil Muller, christian.heimes
Date 2008-05-10.13:04:41
SpamBayes Score 0.2946218
Marked as misclassified No
Message-id <1210424686.74.0.0371149874202.issue2768@psf.upfronthosting.co.za>
In-reply-to
Content
The attached patch changes most functions in posixmodule which require a
filedescriptor to use PyObjectAsDescriptor

There are a few cases, where I'm not certain of the usefulness of
changing the functions to support objects with fileno that I've left
untouched.
These are:
  tcgetpgrp
  tcsetpgrp
  closerange
  dup2
  fdopen
  isatty

The extension to these cases is trivial, though.
History
Date User Action Args
2008-05-10 13:04:47Neil Mullersetspambayes_score: 0.294622 -> 0.2946218
recipients: + Neil Muller, christian.heimes
2008-05-10 13:04:46Neil Mullersetspambayes_score: 0.294622 -> 0.294622
messageid: <1210424686.74.0.0371149874202.issue2768@psf.upfronthosting.co.za>
2008-05-10 13:04:45Neil Mullerlinkissue2768 messages
2008-05-10 13:04:44Neil Mullercreate