From: Tim Peters Date: Mon, 8 Jan 2001 01:17:26 +0000 (+0000) Subject: 18 isn't a prime (duh). X-Git-Tag: v2.1a1~392 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3a55f950a95f451e860190975ac43a163e48b820;p=python 18 isn't a prime (duh). --- diff --git a/Lib/test/test_bufio.py b/Lib/test/test_bufio.py index 1a820d4f42..168a6b251d 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