[pywin32-checkins] pywin32/win32/Demos/dde ddeclient.py, 1.1.4.1, 1.1.4.2
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: Mark H. <mha...@us...> - 2008-11-27 12:18:41
|
Update of /cvsroot/pywin32/pywin32/win32/Demos/dde In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv25938/win32/Demos/dde Modified Files: Tag: py3k ddeclient.py Log Message: merge lots of fixes from the trunk Index: ddeclient.py =================================================================== RCS file: /cvsroot/pywin32/pywin32/win32/Demos/dde/ddeclient.py,v retrieving revision 1.1.4.1 retrieving revision 1.1.4.2 diff -C2 -d -r1.1.4.1 -r1.1.4.2 *** ddeclient.py 29 Aug 2008 04:59:24 -0000 1.1.4.1 --- ddeclient.py 27 Nov 2008 11:31:05 -0000 1.1.4.2 *************** *** 1,4 **** # 'Request' example added jjk 11/20/98 ! import site ## Py3k bug 3279 import win32ui import dde --- 1,4 ---- # 'Request' example added jjk 11/20/98 ! import win32ui import dde |