[Checkins] SVN: Zope3/trunk/src/mechanize/_opener.py Reverting changes to mechanize, because the right fix is already committed to zope.testbrowser

nikhil n nikhil.n.n at gmail.com
Mon Sep 3 12:35:56 EDT 2007


Log message for revision 79454:
  Reverting changes to mechanize, because the right fix is already committed to zope.testbrowser

Changed:
  U   Zope3/trunk/src/mechanize/_opener.py

-=-
Modified: Zope3/trunk/src/mechanize/_opener.py
===================================================================
--- Zope3/trunk/src/mechanize/_opener.py	2007-09-03 15:53:22 UTC (rev 79453)
+++ Zope3/trunk/src/mechanize/_opener.py	2007-09-03 16:35:55 UTC (rev 79454)
@@ -233,8 +233,6 @@
         urlopen = getattr(urllib2.OpenerDirector, "_open",
                           urllib2.OpenerDirector.open)
         response = urlopen(self, req, data)
-        if sys.version_info >= (2,5):
-            response.fp._close = False
 
         # post-process response
         response_processors = set(self.process_response.get(req_scheme, []))



More information about the Checkins mailing list