projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ab66d2a
)
Fix a typo.
author
Ross Lagerwall
<rosslagerwall@gmail.com>
Sun, 12 Feb 2012 07:02:01 +0000
(09:02 +0200)
committer
Ross Lagerwall
<rosslagerwall@gmail.com>
Sun, 12 Feb 2012 07:02:01 +0000
(09:02 +0200)
Lib/test/test_subprocess.py
patch
|
blob
|
history
diff --git
a/Lib/test/test_subprocess.py
b/Lib/test/test_subprocess.py
index b00e780ea1377c48e0b78c48d9a121648dcb9451..685857d014866bbe3d9e88874398f500c9e17369 100644
(file)
--- a/
Lib/test/test_subprocess.py
+++ b/
Lib/test/test_subprocess.py
@@
-471,7
+471,7
@@
class ProcessTestCase(BaseTestCase):
self.assertStderrEqual(stderr.encode(), b"pineapple\npear\n")
def test_communicate_timeout_large_ouput(self):
- # Test a
exp
ring timeout while the child is outputting lots of data.
+ # Test a
n expi
ring timeout while the child is outputting lots of data.
p = subprocess.Popen([sys.executable, "-c",
'import sys,os,time;'
'sys.stdout.write("a" * (64 * 1024));'