Author: guido.van.rossum Date: Sat Aug 19 18:14:31 2006 New Revision: 51408
Modified: python/branches/p3yk/Lib/test/output/test_operations Log: Another has_key reference bites the dust. Modified: python/branches/p3yk/Lib/test/output/test_operations ============================================================================== --- python/branches/p3yk/Lib/test/output/test_operations (original) +++ python/branches/p3yk/Lib/test/output/test_operations Sat Aug 19 18:14:31 2006 @@ -9,8 +9,6 @@ raising error x2 in d: caught the RuntimeError outside raising error -d.has_key(x2): caught the RuntimeError outside -raising error d.get(x2): caught the RuntimeError outside raising error d.setdefault(x2, 42): caught the RuntimeError outside _______________________________________________ Python-3000-checkins mailing list [email protected] http://mail.python.org/mailman/listinfo/python-3000-checkins
