From 1bc2fdd785d481d8b1d63b761a115e88f1481be9 Mon Sep 17 00:00:00 2001 From: "Michael W. Hudson" Date: Wed, 30 Apr 2003 08:42:19 +0000 Subject: Delete comment my last checkin rendered obsolete. I should also not that my last checkin did stuff that made failures give more helpful information. --- Lib/test/test_dis.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/Lib/test/test_dis.py b/Lib/test/test_dis.py index d88ea45..6d5e054 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 -- cgit v0.12