[Pypi-checkins] r732 - trunk/pypi
richard
python-checkins at python.org
Mon Feb 15 23:10:20 CET 2010
Author: richard
Date: Wed Feb 3 21:50:29 2010
New Revision: 732
Modified:
trunk/pypi/webui.py
Log:
remove with from stopwords
Modified: trunk/pypi/webui.py
==============================================================================
--- trunk/pypi/webui.py (original)
+++ trunk/pypi/webui.py Wed Feb 3 21:50:29 2010
@@ -1313,7 +1313,7 @@
"for", "if", "in", "into", "is", "it",
"no", "not", "of", "on", "or", "such",
"that", "the", "their", "then", "there", "these",
- "they", "this", "to", "was", "will", "with"
+ "they", "this", "to", "was", "will",
])
def search(self, nav_current='index'):
''' Search for the indicated term.
More information about the Pypi-checkins
mailing list