[pywin32-checkins] pywin32 CHANGES.txt,1.63,1.64
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: Mark H. <mha...@us...> - 2010-10-28 01:01:17
|
Update of /cvsroot/pywin32/pywin32 In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv9758 Modified Files: CHANGES.txt Log Message: changes Index: CHANGES.txt =================================================================== RCS file: /cvsroot/pywin32/pywin32/CHANGES.txt,v retrieving revision 1.63 retrieving revision 1.64 diff -C2 -d -r1.63 -r1.64 *** CHANGES.txt 23 Oct 2010 04:27:28 -0000 1.63 --- CHANGES.txt 28 Oct 2010 01:01:08 -0000 1.64 *************** *** 64,67 **** --- 64,72 ---- * Fix Pythonwin's Edit/Replace dialog in Python 2.3 (bug 2962078) + * Fix a few axscript issues with py3k. + + * Pythonwin now offers to create the file when attempting to open a file + that doesn't exist (ghazel via bug 1409321) + Since build 213: ---------------- |