[pywin32-checkins] pywin32 CHANGES.txt,1.15,1.16
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: Mark H. <mha...@us...> - 2008-02-07 06:17:55
|
Update of /cvsroot/pywin32/pywin32 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2272 Modified Files: CHANGES.txt Log Message: Note that win32com.shell includes Vista specific stuff. Index: CHANGES.txt =================================================================== RCS file: /cvsroot/pywin32/pywin32/CHANGES.txt,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** CHANGES.txt 7 Feb 2008 06:10:34 -0000 1.15 --- CHANGES.txt 7 Feb 2008 06:17:58 -0000 1.16 *************** *** 56,60 **** Sidnei da Silva from Enfold. * IsUserAnAdmin ! * More coverage of the shell interfaces and demos. * win32transaction: New module containing Kernel Transaction Manager (KTM) --- 56,61 ---- Sidnei da Silva from Enfold. * IsUserAnAdmin ! * More coverage of the shell interfaces and demos, including many Vista ! specific functions and interfaces (see win32comext\shell\demos) * win32transaction: New module containing Kernel Transaction Manager (KTM) |