[Python-checkins] python/dist/src/Lib/test test_dis.py,1.3,1.4

mwh@users.sourceforge.net mwh@users.sourceforge.net
Wed, 30 Apr 2003 01:42:23 -0700


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

Modified Files:
	test_dis.py 
Log Message:
Delete comment my last checkin rendered obsolete.

I should also not that my last checkin did stuff that made failures give
more helpful information.


Index: test_dis.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/test_dis.py,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** test_dis.py	29 Apr 2003 17:07:36 -0000	1.3
--- test_dis.py	30 Apr 2003 08:42:19 -0000	1.4
***************
*** 8,13 ****
  import unittest
  
- # placement is crucial!!!  move the start of _f and you have to adjust the
- # line numbers in dis_f
  def _f(a):
      print a
--- 8,11 ----