mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +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
|
@ -1774,7 +1774,7 @@ class CommandsWithSpaces (BaseTestCase):
|
|||
self.with_spaces([sys.executable, self.fname, "ab cd"])
|
||||
|
||||
|
||||
class ContextManagerTests(ProcessTestCase):
|
||||
class ContextManagerTests(BaseTestCase):
|
||||
|
||||
def test_pipe(self):
|
||||
with subprocess.Popen([sys.executable, "-c",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue