Merge 3.4

This commit is contained in:
Victor Stinner 2014-10-05 17:38:45 +02:00
commit d577cea8ab
7 changed files with 20 additions and 12 deletions

View file

@ -69,6 +69,7 @@ class TestSupport(unittest.TestCase):
finally:
del sys.path[0]
support.unlink(mod_filename)
support.rmtree('__pycache__')
def test_HOST(self):
s = socket.socket()