changeset 12394 | 9d45f78c465b |
parent 12054 | 5d22e631c365 |
parent 12391 | ca5fd84d62c6 |
child 12595 | 0f83a402faa0 |
--- a/mercurial/url.py Thu Sep 23 16:31:38 2010 +0200 +++ b/mercurial/url.py Fri Sep 24 00:17:04 2010 +0200 @@ -486,9 +486,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