[pywin32-checkins] pywin32 CHANGES.txt,1.49,1.50
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: Mark H. <mha...@us...> - 2009-06-12 07:51:24
|
Update of /cvsroot/pywin32/pywin32 In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv28153 Modified Files: CHANGES.txt Log Message: pythoncom gets better support for 64bit integers, including in arrays. Index: CHANGES.txt =================================================================== RCS file: /cvsroot/pywin32/pywin32/CHANGES.txt,v retrieving revision 1.49 retrieving revision 1.50 diff -C2 -d -r1.49 -r1.50 *** CHANGES.txt 12 Jun 2009 07:47:53 -0000 1.49 --- CHANGES.txt 12 Jun 2009 07:48:33 -0000 1.50 *************** *** 9,12 **** --- 9,14 ---- ---------------- + * pythoncom gets better support for 64bit integers, including in arrays. + * pythoncom may fail to import on Windows 2000 installs with a default IE (Roger) |