[pywin32-checkins] pywin32 CHANGES.txt,1.56,1.57
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: Mark H. <mha...@us...> - 2010-08-26 02:00:24
|
Update of /cvsroot/pywin32/pywin32 In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv24148 Modified Files: CHANGES.txt Log Message: Pythonwin: PYTHONSTARTUP is honoured, just like when using python.exe (kxroberto) Index: CHANGES.txt =================================================================== RCS file: /cvsroot/pywin32/pywin32/CHANGES.txt,v retrieving revision 1.56 retrieving revision 1.57 diff -C2 -d -r1.56 -r1.57 *** CHANGES.txt 25 Aug 2010 07:48:54 -0000 1.56 --- CHANGES.txt 26 Aug 2010 02:00:15 -0000 1.57 *************** *** 46,49 **** --- 46,52 ---- extensions (kxroberto) + * Pythonwin: PYTHONSTARTUP is honoured, just like when using python.exe + (kxroberto) + Since build 213: ---------------- |