commit | e0b855fac96e858934e9792c6d04bfb2f35b3b9d | [log] [tgz] |
---|---|---|
author | Michael W. Hudson <mwh@python.net> | Mon Nov 08 16:46:02 2004 +0000 |
committer | Michael W. Hudson <mwh@python.net> | Mon Nov 08 16:46:02 2004 +0000 |
tree | 0fb464f1c794473b2c01bf945ce80ea558c4a9ee | |
parent | 05522ad795fe83dd1ffee4923c36d2ee8890708c [diff] [blame] |
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 e51bc42..9976a47 100644 --- a/Lib/test/test_compiler.py +++ b/Lib/test/test_compiler.py
@@ -90,6 +90,8 @@ finally: b = 0 +from math import * + ############################################################################### def test_main():