]> granicus.if.org Git - python/commitdiff
Delete comment my last checkin rendered obsolete.
authorMichael W. Hudson <mwh@python.net>
Wed, 30 Apr 2003 08:42:19 +0000 (08:42 +0000)
committerMichael W. Hudson <mwh@python.net>
Wed, 30 Apr 2003 08:42:19 +0000 (08:42 +0000)
I should also not that my last checkin did stuff that made failures give
more helpful information.

Lib/test/test_dis.py

index d88ea4556bf6af8f832b25d148767639a45f2811..6d5e054f5b6b5786dddf4e7551565f19916a9eec 100644 (file)
@@ -7,8 +7,6 @@ import StringIO
 
 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
     return 1