[pywin32-checkins] pywin32 CHANGES.txt,1.65,1.66
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: Mark H. <mha...@us...> - 2010-12-18 00:14:31
|
Update of /cvsroot/pywin32/pywin32 In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv14087 Modified Files: CHANGES.txt Log Message: stop win32event swallowing exceptions (Ziga Seilnacht via issue 3136751) Index: CHANGES.txt =================================================================== RCS file: /cvsroot/pywin32/pywin32/CHANGES.txt,v retrieving revision 1.65 retrieving revision 1.66 diff -C2 -d -r1.65 -r1.66 *** CHANGES.txt 28 Oct 2010 01:52:49 -0000 1.65 --- CHANGES.txt 18 Dec 2010 00:14:23 -0000 1.66 *************** *** 72,75 **** --- 72,78 ---- that doesn't exist (ghazel via bug 1409321) + * Many functions in win32event would swallow exceptions due to things like + invalid handles etc (Ziga Seilnacht via issue 3136751) + Since build 213: ---------------- |