[Zope3-checkins] CVS: Zope3/src/zope/app/catalog/tests - test_catalog.py:1.9

Jeremy Hylton cvs-admin at zope.org
Tue Nov 4 22:08:54 EST 2003


Update of /cvs-repository/Zope3/src/zope/app/catalog/tests
In directory cvs.zope.org:/tmp/cvs-serv25892/app/catalog/tests

Modified Files:
	test_catalog.py 
Log Message:
Remove code that isn't needed now that we require Python 2.3.

Cases include future statements for generators, special case
definitions of builtins like basestring and enumerate, a few uses of
types that are unnecessary.


=== Zope3/src/zope/app/catalog/tests/test_catalog.py 1.8 => 1.9 ===
--- Zope3/src/zope/app/catalog/tests/test_catalog.py:1.8	Sun Sep 21 13:30:42 2003
+++ Zope3/src/zope/app/catalog/tests/test_catalog.py	Tue Nov  4 22:08:22 2003
@@ -15,10 +15,9 @@
 
 Note that indexes &c already have test suites, we only have to check that
 a catalog passes on events that it receives.
+
 $Id$
 """
-
-from __future__  import generators
 
 import unittest
 




More information about the Zope3-Checkins mailing list