mercurial/url.py
branchstable
changeset 12391 ca5fd84d62c6
parent 12049 e329c250b0ba
child 12394 9d45f78c465b
child 12592 f2937d6492c5
--- a/mercurial/url.py	Wed Sep 22 19:15:27 2010 -0500
+++ b/mercurial/url.py	Thu Sep 23 11:41:27 2010 +0200
@@ -469,9 +469,6 @@
         _generic_start_transaction(self, h, req)
         return keepalive.HTTPHandler._start_transaction(self, h, req)
 
-    def __del__(self):
-        self.close_all()
-
 if has_https:
     class BetterHTTPS(httplib.HTTPSConnection):
         send = keepalive.safesend