[pywin32-checkins] pywin32 CHANGES.txt,1.16,1.17
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: Mark H. <mha...@us...> - 2008-02-07 06:19:48
|
Update of /cvsroot/pywin32/pywin32 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3194 Modified Files: CHANGES.txt Log Message: Note service event handling changes Index: CHANGES.txt =================================================================== RCS file: /cvsroot/pywin32/pywin32/CHANGES.txt,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** CHANGES.txt 7 Feb 2008 06:17:58 -0000 1.16 --- CHANGES.txt 7 Feb 2008 06:19:51 -0000 1.17 *************** *** 94,97 **** --- 94,99 ---- of a single string, which lost multiple dependencies (could break code, but old handling was insane) + - Allow for services to handle additional events and the data that comes + with them - see win32\demos\service\serviceEvents.py. * win32gui: |