[pywin32-checkins] pywin32 CHANGES.txt,1.54,1.55
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: Mark H. <mha...@us...> - 2010-08-25 07:37:10
|
Update of /cvsroot/pywin32/pywin32 In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv26817 Modified Files: CHANGES.txt Log Message: Pythonwin: trim leading and trailing whitespace in calltip text (kxroberto); via patch 3048863 Index: CHANGES.txt =================================================================== RCS file: /cvsroot/pywin32/pywin32/CHANGES.txt,v retrieving revision 1.54 retrieving revision 1.55 diff -C2 -d -r1.54 -r1.55 *** CHANGES.txt 31 Jul 2010 06:20:47 -0000 1.54 --- CHANGES.txt 25 Aug 2010 07:37:02 -0000 1.55 *************** *** 41,44 **** --- 41,46 ---- * Fix encoding problem in makepy (Massa, Harald Armin) + * Pythonwin: trim leading and trailing whitespace in calltip text (kxroberto) + Since build 213: ---------------- |