[Python-checkins] r53387 - python/branches/bcannon-objcap/Lib/test/test_interpreter.py

brett.cannon python-checkins at python.org
Thu Jan 11 22:09:32 CET 2007


Author: brett.cannon
Date: Thu Jan 11 22:09:32 2007
New Revision: 53387

Modified:
   python/branches/bcannon-objcap/Lib/test/test_interpreter.py
Log:
Since the interpreter module was experimental and will probably be dropped,
comment out the execution of tests for now.


Modified: python/branches/bcannon-objcap/Lib/test/test_interpreter.py
==============================================================================
--- python/branches/bcannon-objcap/Lib/test/test_interpreter.py	(original)
+++ python/branches/bcannon-objcap/Lib/test/test_interpreter.py	Thu Jan 11 22:09:32 2007
@@ -285,5 +285,5 @@
     )
 
 
-if __name__ == '__main__':
-    test_main()
+#if __name__ == '__main__':
+    #test_main()


More information about the Python-checkins mailing list