]> granicus.if.org Git - python/commit
Only close sockets if they have been created. Reported by Blake Winton.
authorMartin v. Löwis <martin@v.loewis.de>
Sun, 7 Oct 2001 08:53:32 +0000 (08:53 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Sun, 7 Oct 2001 08:53:32 +0000 (08:53 +0000)
commit322c0d187d834013d70ffdb0f7f1b6f72eef6443
treeca8bbe6526e9f3c88b6311691e7936bfdc0480b0
parentfb163784ab8ec237fdc3bffd018efe653ae07a1d
Only close sockets if they have been created. Reported by Blake Winton.
Lib/ftplib.py
Lib/httplib.py
Lib/poplib.py
Lib/smtplib.py
Lib/telnetlib.py