[Zope-Checkins] CVS: Zope/lib/python/SearchIndex -
UnIndex.py:1.31.6.2
Fred Drake
cvs-admin at zope.org
Wed Nov 19 22:24:25 EST 2003
Update of /cvs-repository/Zope/lib/python/SearchIndex
In directory cvs.zope.org:/tmp/cvs-serv30566/lib/python/SearchIndex
Modified Files:
Tag: Zope-2_6-branch
UnIndex.py
Log Message:
Remove None=None from another argument list; this avoids some misleading
spewage from the automated tests that get run.
=== Zope/lib/python/SearchIndex/UnIndex.py 1.31.6.1 => 1.31.6.2 ===
--- Zope/lib/python/SearchIndex/UnIndex.py:1.31.6.1 Fri May 9 15:05:55 2003
+++ Zope/lib/python/SearchIndex/UnIndex.py Wed Nov 19 22:24:24 2003
@@ -256,7 +256,7 @@
LOG('UnIndex', ERROR, 'Attempt to unindex nonexistent document'
' with id %s' % documentId)
- def _apply_index(self, request, cid='', type=type, None=None):
+ def _apply_index(self, request, cid='', type=type):
"""Apply the index to query parameters given in the request arg.
The request argument should be a mapping object.
More information about the Zope-Checkins
mailing list