[Python-3000-checkins] r51408 - python/branches/p3yk/Lib/test/output/test_operations

guido.van.rossum python-3000-checkins at python.org
Sat Aug 19 18:14:31 CEST 2006


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


More information about the Python-3000-checkins mailing list