[Python-checkins] python/dist/src/Lib rexec.py,1.49,1.50

akuchling at users.sourceforge.net akuchling at users.sourceforge.net
Wed Jun 2 13:40:48 EDT 2004


Update of /cvsroot/python/python/dist/src/Lib
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8839

Modified Files:
	rexec.py 
Log Message:
Remove reference to pcre module

Index: rexec.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/rexec.py,v
retrieving revision 1.49
retrieving revision 1.50
diff -C2 -d -r1.49 -r1.50
*** rexec.py	12 Feb 2004 17:35:07 -0000	1.49
--- rexec.py	2 Jun 2004 17:40:43 -0000	1.50
***************
*** 137,141 ****
                            'cmath', 'errno', 'imageop',
                            'marshal', 'math', 'md5', 'operator',
!                           'parser', 'regex', 'pcre', 'rotor', 'select',
                            'sha', '_sre', 'strop', 'struct', 'time',
                            'xreadlines', '_weakref')
--- 137,141 ----
                            'cmath', 'errno', 'imageop',
                            'marshal', 'math', 'md5', 'operator',
!                           'parser', 'regex', 'rotor', 'select',
                            'sha', '_sre', 'strop', 'struct', 'time',
                            'xreadlines', '_weakref')




More information about the Python-checkins mailing list