Update of /cvsroot/pywin32/pywin32
In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv19184
Modified Files:
CHANGES.txt
Log Message:
PyLong_AsUnsignedLong doesn't link ints in 2.3 - fixes bug 2962078
Index: CHANGES.txt
===================================================================
RCS file: /cvsroot/pywin32/pywin32/CHANGES.txt,v
retrieving revision 1.62
retrieving revision 1.63
diff -C2 -d -r1.62 -r1.63
*** CHANGES.txt 23 Oct 2010 01:03:22 -0000 1.62
--- CHANGES.txt 23 Oct 2010 04:27:28 -0000 1.63
***************
*** 62,65 ****
--- 62,67 ----
take an SRowSet param.
+ * Fix Pythonwin's Edit/Replace dialog in Python 2.3 (bug 2962078)
+
Since build 213:
----------------
|