diff options
Diffstat (limited to 'Lib')
-rw-r--r-- | Lib/test/test_bufio.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_bufio.py b/Lib/test/test_bufio.py index 1a820d4..168a6b2 100644 --- a/Lib/test/test_bufio.py +++ b/Lib/test/test_bufio.py @@ -43,7 +43,7 @@ def try_one(s): # A pattern with prime length, to avoid simple relationships with # stdio buffer sizes. -primepat = "1234567890\00\01\02\03\04\05\06\07" +primepat = "1234567890\00\01\02\03\04\05\06" nullpat = "\0" * 1000 |