mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
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
8d46e4267c
commit
97a5bad496
1 changed files with 1 additions and 0 deletions
|
@ -19,6 +19,7 @@ def server(evt, serv):
|
|||
pass
|
||||
finally:
|
||||
serv.close()
|
||||
conn.close()
|
||||
evt.set()
|
||||
|
||||
class GeneralTests(TestCase):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue