[pywin32-checkins] pywin32/Pythonwin win32uimodule.cpp,1.35,1.36
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: Mark H. <mha...@us...> - 2008-01-22 12:28:14
|
Update of /cvsroot/pywin32/pywin32/Pythonwin In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10042 Modified Files: win32uimodule.cpp Log Message: happy new year :) Index: win32uimodule.cpp =================================================================== RCS file: /cvsroot/pywin32/pywin32/Pythonwin/win32uimodule.cpp,v retrieving revision 1.35 retrieving revision 1.36 diff -C2 -d -r1.35 -r1.36 *** win32uimodule.cpp 13 Jul 2007 03:02:50 -0000 1.35 --- win32uimodule.cpp 22 Jan 2008 12:28:18 -0000 1.36 *************** *** 2274,2278 **** // drop email addy - too many ppl use it for support requests for other // tools that simply embed Pythonwin... ! PyObject *copyright = PyString_FromString("Copyright 1994-2007 Mark Hammond"); PyDict_SetItemString(dict, "copyright", copyright); Py_XDECREF(copyright); --- 2274,2278 ---- // drop email addy - too many ppl use it for support requests for other // tools that simply embed Pythonwin... ! PyObject *copyright = PyString_FromString("Copyright 1994-2008 Mark Hammond"); PyDict_SetItemString(dict, "copyright", copyright); Py_XDECREF(copyright); |