[Python-checkins] CVS: python/dist/src/Lib/test test_mutants.py,1.4,1.5

Tim Peters tim_one@users.sourceforge.net
Sat, 02 Jun 2001 01:19:01 -0700


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

Modified Files:
	test_mutants.py 
Log Message:
Fix comment.


Index: test_mutants.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/test_mutants.py,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** test_mutants.py	2001/06/02 08:02:56	1.4
--- test_mutants.py	2001/06/02 08:18:58	1.5
***************
*** 155,159 ****
  
  ##########################################################################
! # Another segfault bug, distilled by Micheal Hundson from a c.l.py post.
  
  class Child:
--- 155,159 ----
  
  ##########################################################################
! # Another segfault bug, distilled by Michael Hudson from a c.l.py post.
  
  class Child: