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

2008-05-15 Thread Roger Upole
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 ___ python-win32 mailing list pyth

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

2008-05-13 Thread Roger Upole
Ionel Maries Cristian wrote: the patches are tracked here: https://sourceforge.net/tracker/index.php?func=detail&aid=1962146&group_id=78018&atid=551956 and here: https://sourceforge.net/tracker/index.php?func=detail&aid=1937527&group_id=78018&atid=551956 mark hammond requested that i post them h

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

2008-05-13 Thread Ionel Maries Cristian
the patches are tracked here: https://sourceforge.net/tracker/index.php?func=detail&aid=1962146&group_id=78018&atid=551956 and here: https://sourceforge.net/tracker/index.php?func=detail&aid=1937527&group_id=78018&atid=551956 mark hammond requested that i post them here (he's a bit busy) as notes