[wwwsearch-commits] r33292 - wwwsearch/mechanize/trunk
jjlee at codespeak.net
jjlee at codespeak.net
Sat Oct 14 22:00:10 CEST 2006
Author: jjlee
Date: Sat Oct 14 22:00:08 2006
New Revision: 33292
Modified:
wwwsearch/mechanize/trunk/functional_tests.py
Log:
Remove cruft left from debugging
Modified: wwwsearch/mechanize/trunk/functional_tests.py
==============================================================================
--- wwwsearch/mechanize/trunk/functional_tests.py (original)
+++ wwwsearch/mechanize/trunk/functional_tests.py Sat Oct 14 22:00:08 2006
@@ -88,7 +88,6 @@
ua = mechanize.UserAgent()
ua.set_seekable_responses(False)
ua.set_handle_equiv(False)
- ua._maybe_reindex_handlers()
response = ua.open('http://wwwsearch.sourceforge.net/')
self.failIf(hasattr(response, "seek"))
data = response.read()
More information about the wwwsearch-commits
mailing list