[python-win32] Need reviews for a patch in win32file for TransmitFile and ConnectEx

Roger Upole rwupole at msn.com
Fri May 16 03:09:45 CEST 2008


One other thing, TransmitFile isn't checking the return value.
It should probably do something like ConnectEx does,
ie call WSAGetLastError and raise an exception for
anything other than ERROR_IO_PENDING.

        Roger



More information about the python-win32 mailing list