[pywin32-checkins] pywin32 CHANGES.txt,1.70,1.71
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: Mark H. <mha...@us...> - 2011-02-27 05:39:59
|
Update of /cvsroot/pywin32/pywin32 In directory vz-cvs-2.sog:/tmp/cvs-serv32438 Modified Files: CHANGES.txt Log Message: more changes Index: CHANGES.txt =================================================================== RCS file: /cvsroot/pywin32/pywin32/CHANGES.txt,v retrieving revision 1.70 retrieving revision 1.71 diff -C2 -d -r1.70 -r1.71 *** CHANGES.txt 26 Feb 2011 00:24:53 -0000 1.70 --- CHANGES.txt 27 Feb 2011 05:39:57 -0000 1.71 *************** *** 16,19 **** --- 16,24 ---- this. + * Performance Monitor and ISAPI DLLs now include a manifest to fix potential + CRT related issues using those features. + + * Fix potential crash in ISAPI GetServerVariable functions. + * Fix printing on pythonwin on 3.x |