PEP 227 implementation

test_new: new.code() noew takes two more arguments
test_grammer: Add a bunch of test cases for lambda (not really PEP 227 related)
diff --git a/Lib/test/test_new.py b/Lib/test/test_new.py
index 70ea38b..af26f01 100644
--- a/Lib/test/test_new.py
+++ b/Lib/test/test_new.py
@@ -58,6 +58,7 @@
 
 # bogus test of new.code()
 print 'new.code()'
-d = new.code(3, 3, 3, 3, codestr, (), (), (), "<string>", "<name>", 1, "")
+d = new.code(3, 3, 3, 3, codestr, (), (), (), (), (),
+             "<string>", "<name>", 1, "")
 if verbose:
     print d