mirror of https://github.com/python/cpython.git
Merged revisions 86228 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r86228 | brian.curtin | 2010-11-05 20:30:41 -0500 (Fri, 05 Nov 2010) | 2 lines Clear up ResourceWarnings ........
This commit is contained in:
parent
0d6fa4da49
commit
0c6d438a17
|
@ -38,6 +38,7 @@ def server(evt, serv, dataq=None):
|
|||
pass
|
||||
finally:
|
||||
serv.close()
|
||||
conn.close()
|
||||
evt.set()
|
||||
|
||||
class GeneralTests(TestCase):
|
||||
|
|
Loading…
Reference in New Issue