From: Michael W. Hudson Date: Wed, 30 Apr 2003 08:42:19 +0000 (+0000) Subject: Delete comment my last checkin rendered obsolete. X-Git-Tag: v2.3c1~920 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1bc2fdd785d481d8b1d63b761a115e88f1481be9;p=python Delete comment my last checkin rendered obsolete. I should also not that my last checkin did stuff that made failures give more helpful information. --- diff --git a/Lib/test/test_dis.py b/Lib/test/test_dis.py index d88ea4556b..6d5e054f5b 100644 --- a/Lib/test/test_dis.py +++ b/Lib/test/test_dis.py @@ -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