Message57508
> On Windows socket.fromfd() is not possible. Socket handlers and file
> descriptors are different types using different API methods. Other
> examples for the discrepancy are select.select() and select.poll(). On
> Windows they don't work on file.
I know, but, I was thinking of it taking the fileno() of some other
socket object as argument.
In any case I think the test should not be based on whether os.name ==
'nt' but on the presence of something in the _socket module. |
|
| Date |
User |
Action |
Args |
| 2007-11-14 21:28:57 | gvanrossum | set | spambayes_score: 0.111242 -> 0.111242 recipients:
+ gvanrossum, nnorwitz, theller, christian.heimes, roudkerk |
| 2007-11-14 21:28:57 | gvanrossum | link | issue1378 messages |
| 2007-11-14 21:28:57 | gvanrossum | create | |
|