[Python-checkins] CVS: python/dist/src/Lib/test test_bufio.py,1.1,1.2

Tim Peters python-dev@python.org
Sun, 07 Jan 2001 17:17:28 -0800


Update of /cvsroot/python/python/dist/src/Lib/test
In directory usw-pr-cvs1:/tmp/cvs-serv13083/python/dist/src/lib/test

Modified Files:
	test_bufio.py 
Log Message:
18 isn't a prime (duh).


Index: test_bufio.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/test_bufio.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** test_bufio.py	2001/01/07 21:19:34	1.1
--- test_bufio.py	2001/01/08 01:17:26	1.2
***************
*** 44,48 ****
  # A pattern with prime length, to avoid simple relationships with
  # stdio buffer sizes.
! primepat = "1234567890\00\01\02\03\04\05\06\07"
  
  nullpat = "\0" * 1000
--- 44,48 ----
  # A pattern with prime length, to avoid simple relationships with
  # stdio buffer sizes.
! primepat = "1234567890\00\01\02\03\04\05\06"
  
  nullpat = "\0" * 1000