Commit 0c6d438a authored by Brian Curtin's avatar Brian Curtin

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
........
parent 0d6fa4da
......@@ -38,6 +38,7 @@ def server(evt, serv, dataq=None):
pass
finally:
serv.close()
conn.close()
evt.set()
class GeneralTests(TestCase):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment