[pywin32-checkins] pywin32/com/win32comext/ifilter ifiltercon.py, 1.2, 1.2.4.1
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: Mark H. <mha...@us...> - 2008-11-26 09:03:33
|
Update of /cvsroot/pywin32/pywin32/com/win32comext/ifilter In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv20331/com/win32comext/ifilter Modified Files: Tag: py3k ifiltercon.py Log Message: many more upgrades to py3k syntax Index: ifiltercon.py =================================================================== RCS file: /cvsroot/pywin32/pywin32/com/win32comext/ifilter/ifiltercon.py,v retrieving revision 1.2 retrieving revision 1.2.4.1 diff -C2 -d -r1.2 -r1.2.4.1 *** ifiltercon.py 20 May 2005 23:22:59 -0000 1.2 --- ifiltercon.py 26 Nov 2008 09:03:30 -0000 1.2.4.1 *************** *** 27,31 **** CHUNK_EOC = 4 ! NOT_AN_ERROR = 0x00080000L FILTER_E_END_OF_CHUNKS = -2147215616 FILTER_E_NO_MORE_TEXT = -2147215615 --- 27,31 ---- CHUNK_EOC = 4 ! NOT_AN_ERROR = 0x00080000 FILTER_E_END_OF_CHUNKS = -2147215616 FILTER_E_NO_MORE_TEXT = -2147215615 |