Kaydet (Commit) 97a5bad4 authored tarafından 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
........
üst 8d46e426
...@@ -19,6 +19,7 @@ def server(evt, serv): ...@@ -19,6 +19,7 @@ def server(evt, serv):
pass pass
finally: finally:
serv.close() serv.close()
conn.close()
evt.set() evt.set()
class GeneralTests(TestCase): 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