From: Michael W. Hudson Date: Mon, 8 Nov 2004 16:46:02 +0000 (+0000) Subject: test for fixedness of bug #1057835. X-Git-Tag: v2.4c1~62 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e0b855fac96e858934e9792c6d04bfb2f35b3b9d;p=python test for fixedness of bug #1057835. (thanks to Raymond for the prod). --- diff --git a/Lib/test/test_compiler.py b/Lib/test/test_compiler.py index e51bc4278d..9976a47cf3 100644 --- a/Lib/test/test_compiler.py +++ b/Lib/test/test_compiler.py @@ -90,6 +90,8 @@ try: finally: b = 0 +from math import * + ############################################################################### def test_main():