[pywin32-checkins] pywin32 CHANGES.txt,1.40,1.41
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: Mark H. <mha...@us...> - 2009-01-02 00:01:25
|
Update of /cvsroot/pywin32/pywin32 In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv20681 Modified Files: CHANGES.txt Log Message: Add win32wnet.WNetAddConnection3 Index: CHANGES.txt =================================================================== RCS file: /cvsroot/pywin32/pywin32/CHANGES.txt,v retrieving revision 1.40 retrieving revision 1.41 diff -C2 -d -r1.40 -r1.41 *** CHANGES.txt 1 Jan 2009 22:43:36 -0000 1.40 --- CHANGES.txt 2 Jan 2009 00:01:16 -0000 1.41 *************** *** 9,12 **** --- 9,15 ---- ---------------- + * Added win32wnet.WNetAddConnection3 allowing a HWND to be specified for + authentication. + * isapi: * Refactored isapi.install primarily to support installing extensions into |