mirror of
https://github.com/python/cpython.git
synced 2025-12-04 00:30:19 +00:00
Merge 3.2: Issue #13703 plus some related test suite fixes.
This commit is contained in:
commit
2fb477c0f0
38 changed files with 706 additions and 174 deletions
|
|
@ -65,7 +65,7 @@ class TestLiterals(unittest.TestCase):
|
|||
sys.path.insert(0, self.tmpdir)
|
||||
|
||||
def tearDown(self):
|
||||
sys.path = self.save_path
|
||||
sys.path[:] = self.save_path
|
||||
shutil.rmtree(self.tmpdir, ignore_errors=True)
|
||||
|
||||
def test_template(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue