[pywin32-checkins] pywin32 CHANGES.txt,1.38,1.39
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: Jason R. C. <ja...@us...> - 2008-12-14 23:19:18
|
Update of /cvsroot/pywin32/pywin32 In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv19292 Modified Files: CHANGES.txt Log Message: Refactored isapi.install to expose some of the previously-encapsulated functionality in FindWebServer and CreateDirectory. Index: CHANGES.txt =================================================================== RCS file: /cvsroot/pywin32/pywin32/CHANGES.txt,v retrieving revision 1.38 retrieving revision 1.39 diff -C2 -d -r1.38 -r1.39 *** CHANGES.txt 11 Dec 2008 05:09:00 -0000 1.38 --- CHANGES.txt 14 Dec 2008 23:19:12 -0000 1.39 *************** *** 9,12 **** --- 9,15 ---- ---------------- + * Refactored isapi.install to expose some of the previously-encapsulated + functionality in FindWebServer and CreateDirectory. + * "Modernization" changes, instigated by py3k: |