[Zope-Checkins] CVS: Zope27/lib/python/Products/PluginIndexes/DateIndex - DateIndex.py:1.5.4.1

Fred L. Drake, Jr. fdrake@acm.org
Tue, 20 Aug 2002 16:17:04 -0400


Update of /cvs-repository/Zope27/lib/python/Products/PluginIndexes/DateIndex
In directory cvs.zope.org:/tmp/cvs-serv8729/PluginIndexes/DateIndex

Modified Files:
      Tag: Zope-2_7-development-branch
	DateIndex.py 
Log Message:
Remove unnecessary aliasing.  Python 2.3 issues a SyntaxWarning when binding
to the name None.


=== Zope27/lib/python/Products/PluginIndexes/DateIndex/DateIndex.py 1.5 => 1.5.4.1 ===
--- Zope27/lib/python/Products/PluginIndexes/DateIndex/DateIndex.py:1.5	Sun Jun 30 01:45:35 2002
+++ Zope27/lib/python/Products/PluginIndexes/DateIndex/DateIndex.py	Tue Aug 20 16:17:02 2002
@@ -84,7 +84,7 @@
         return returnStatus
 
 
-    def _apply_index( self, request, cid='', type=type, None=None ):
+    def _apply_index( self, request, cid=''):
         """Apply the index to query parameters given in the argument
 
         Normalize the 'query' arguments into integer values at minute