[pywin32-checkins] pywin32 CHANGES.txt,1.31,1.32
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: Mark H. <mha...@us...> - 2008-11-13 03:28:00
|
Update of /cvsroot/pywin32/pywin32 In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv16789 Modified Files: CHANGES.txt Log Message: Catch up on a couple of changes. Index: CHANGES.txt =================================================================== RCS file: /cvsroot/pywin32/pywin32/CHANGES.txt,v retrieving revision 1.31 retrieving revision 1.32 diff -C2 -d -r1.31 -r1.32 *** CHANGES.txt 2 Nov 2008 12:50:01 -0000 1.31 --- CHANGES.txt 13 Nov 2008 03:27:55 -0000 1.32 *************** *** 9,12 **** --- 9,17 ---- ---------------- + * win32gui: RegisterDeviceNotification and EnumPropsExW didn't release the + GIL, which could cause a deadlock in multi-threaded Python apps. + + * Fix bug in win32timezone.GetSortedTimeZoneNames() on WinNT. + * win32com.internet gets support for IDocHostUIHandler, IHTMLOMWindowServices and IInternetSecurityManager interfaces, and CoInternetCreateSecurityManager |