I\'m using urllib2 to load files from ftp- and http-servers.
Some of the servers support only one connection per IP. The problem is, that urllib2 does not close the
as for Python 2.7.1 urllib2 indeed leaks a file descriptor: https://bugs.pypy.org/issue867