mirror of https://github.com/python/cpython
Whitespace normalization.
This commit is contained in:
parent
7572f0322a
commit
8e24a9678f
|
@ -1432,7 +1432,7 @@ class BuiltinTest(unittest.TestCase):
|
|||
self.assertEqual(input('testing\n'), 2)
|
||||
self.assertEqual(raw_input(), 'The quick brown fox jumps over the lazy dog.')
|
||||
self.assertEqual(raw_input('testing\n'), 'Dear John')
|
||||
|
||||
|
||||
# SF 1535165: don't segfault on closed stdin
|
||||
# sys.stdout must be a regular file for triggering
|
||||
sys.stdout = savestdout
|
||||
|
|
Loading…
Reference in New Issue