mirror of
https://github.com/python/cpython.git
synced 2026-06-16 08:01:57 -04:00
9e2fadcbdd
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r86077 | brian.curtin | 2010-11-01 00:10:44 -0500 (Mon, 01 Nov 2010) | 3 lines Fix some ResourceErrors. Use a context manager for os.popen and explicitly close a socket. ........