[Python-checkins] python/dist/src/Lib/test test_pyclbr.py, 1.20, 1.21

tim_one at users.sourceforge.net tim_one at users.sourceforge.net
Sun Jul 18 02:08:13 CEST 2004


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

Modified Files:
	test_pyclbr.py 
Log Message:
Oops!  Restored the pickle test to test_pyclbr, but changed types.py so
that pyclbr doesn't need to special-case modules that do "from types
import *".


Index: test_pyclbr.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/test_pyclbr.py,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -d -r1.20 -r1.21
*** test_pyclbr.py	18 Jul 2004 00:00:03 -0000	1.20
--- test_pyclbr.py	18 Jul 2004 00:08:11 -0000	1.21
***************
*** 143,146 ****
--- 143,147 ----
                               'open_https',
                               'getproxies_internetconfig',)) # not on all platforms
+         cm('pickle')
          cm('aifc', ignore=('openfp',))  # set with = in module
          cm('Cookie')



More information about the Python-checkins mailing list