# Python test set -- part 4a, built-in functions a-m
+import warnings
+warnings.filterwarnings("ignore", "hex../oct.. of negative int",
+ DeprecationWarning, __name__)
+
from test.test_support import TestFailed, fcmp, have_unicode, TESTFN, unlink
print '__import__'
# Python test set -- part 4b, built-in functions n-z
+import warnings
+warnings.filterwarnings("ignore", "hex../oct.. of negative int",
+ DeprecationWarning, __name__)
+
from test.test_support import TestFailed, fcmp, TESTFN, unlink, vereq
print 'oct'