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 stutzbach
Recipients docs@python, stutzbach
Date 2010-10-14.10:53:06
SpamBayes Score 6.292324e-06
Marked as misclassified No
Message-id <1287053589.11.0.994213576919.issue10100@psf.upfronthosting.co.za>
In-reply-to
Content
fromfd is marked as Availability: Unix, but in Python 3 it is also available on Windows:

C:\>c:\python31\python.exe
Python 3.1 (r31:73574, Jun 26 2009, 20:21:35) [MSC v.1500 32 bit (Intel)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import socket
>>> socket.fromfd
<function fromfd at 0x00B9FBB8>

The following lines can also be removed from testFromFd:

        if not hasattr(socket, "fromfd"):
            return # On Windows, this doesn't exist
History
Date User Action Args
2010-10-14 10:53:09stutzbachsetrecipients: + stutzbach, docs@python
2010-10-14 10:53:09stutzbachsetmessageid: <1287053589.11.0.994213576919.issue10100@psf.upfronthosting.co.za>
2010-10-14 10:53:06stutzbachlinkissue10100 messages
2010-10-14 10:53:06stutzbachcreate