Add tests for with and finally performance to pybench.

This commit is contained in:
Jeffrey Yasskin 2008-03-08 18:26:54 +00:00
parent c54aec1fda
commit 0df0f6d1b2
2 changed files with 194 additions and 0 deletions

View file

@ -30,6 +30,10 @@ from Lists import *
from Tuples import *
from Dict import *
from Exceptions import *
try:
from With import *
except SyntaxError:
pass
from Imports import *
from Strings import *
from Numbers import *