[Python-checkins] python/nondist/sandbox/csv/test test_csv.py,1.8,1.9

montanaro@users.sourceforge.net montanaro@users.sourceforge.net
Sun, 02 Feb 2003 18:56:22 -0800


Update of /cvsroot/python/python/nondist/sandbox/csv/test
In directory sc8-pr-cvs1:/tmp/cvs-serv31414

Modified Files:
	test_csv.py 
Log Message:
the dialects dict is no longer part of the public API


Index: test_csv.py
===================================================================
RCS file: /cvsroot/python/python/nondist/sandbox/csv/test/test_csv.py,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** test_csv.py	3 Feb 2003 02:35:38 -0000	1.8
--- test_csv.py	3 Feb 2003 02:56:20 -0000	1.9
***************
*** 172,176 ****
          self.assertEqual(isinstance(csv.get_dialect("myexceltsv"),
                                      myexceltsv), 1==1)
!         del csv.dialects["myexceltsv"]
  
      def test_get(self):
--- 172,176 ----
          self.assertEqual(isinstance(csv.get_dialect("myexceltsv"),
                                      myexceltsv), 1==1)
!         del csv._dialects["myexceltsv"]
  
      def test_get(self):