[pywin32-checkins] pywin32 CHANGES.txt,1.18,1.19
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: Mark H. <mha...@us...> - 2008-05-04 10:45:50
|
Update of /cvsroot/pywin32/pywin32 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28146 Modified Files: CHANGES.txt Log Message: Support for RegisterDeviceNotification and related structures, including a new demo and updates to serviceEvents demo. Index: CHANGES.txt =================================================================== RCS file: /cvsroot/pywin32/pywin32/CHANGES.txt,v retrieving revision 1.18 retrieving revision 1.19 diff -C2 -d -r1.18 -r1.19 *** CHANGES.txt 12 Feb 2008 00:10:57 -0000 1.18 --- CHANGES.txt 4 May 2008 10:45:51 -0000 1.19 *************** *** 8,11 **** --- 8,15 ---- Since build 210: ---------------- + * Support for RegisterDeviceNotification in win32gui and for packing and + unpacking the various structures in win32gui_struct. Demos in + win32\Demos\win32gui_devicenotify.py and service\serviceEvents.py + * adodbapi added to pywin32 package CVS tree: - this pure python package is a fully dbapi 2.0 compliant database access |