[Python-3000-checkins] r55674 - python/branches/p3yk/Lib/test/dis_module.py

neal.norwitz python-3000-checkins at python.org
Wed May 30 08:35:46 CEST 2007


Author: neal.norwitz
Date: Wed May 30 08:35:45 2007
New Revision: 55674

Added:
   python/branches/p3yk/Lib/test/dis_module.py
Log:
Umm, it helps to add the module that the test uses

Added: python/branches/p3yk/Lib/test/dis_module.py
==============================================================================
--- (empty file)
+++ python/branches/p3yk/Lib/test/dis_module.py	Wed May 30 08:35:45 2007
@@ -0,0 +1,5 @@
+
+# A simple module for testing the dis module.
+
+def f(): pass
+def g(): pass


More information about the Python-3000-checkins mailing list