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 _______________________________________________ Python-3000-checkins mailing list [email protected] http://mail.python.org/mailman/listinfo/python-3000-checkins
