mirror of
https://github.com/python/cpython.git
synced 2025-08-01 15:43:13 +00:00
Whitespace normalization.
This commit is contained in:
parent
7572f0322a
commit
8e24a9678f
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue