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:
Brian Curtin 2010-11-06 01:37:00 +00:00
parent 0d6fa4da49
commit 0c6d438a17
1 changed files with 1 additions and 0 deletions

View File

@ -38,6 +38,7 @@ def server(evt, serv, dataq=None):
pass
finally:
serv.close()
conn.close()
evt.set()
class GeneralTests(TestCase):