From 2e82094c1bc37313b74726eaffe09cf4517355bd Mon Sep 17 00:00:00 2001 From: Emile Anclin Date: Tue, 16 Nov 2010 17:16:38 +0100 Subject: py3k: apply is removed: move test to func_3k_removed_stuff --- test/input/func_w0151.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'test/input/func_w0151.py') diff --git a/test/input/func_w0151.py b/test/input/func_w0151.py index 4c5544669..e6862c5af 100644 --- a/test/input/func_w0151.py +++ b/test/input/func_w0151.py @@ -1,7 +1,5 @@ """check black listed builtins """ -__revision__ = apply(map, (str, (1, 2, 3))) - -YYYYY = map(str, (1, 2, 3)) +__revision__ = map(str, (1, 2, 3)) -- cgit v1.2.1