Remove functions in string module that are also string methods. Also remove:

* all calls to functions in the string module (except maketrans)
 * everything from stropmodule except for maketrans() which is still used
This commit is contained in:
Neal Norwitz 2007-04-17 08:48:32 +00:00
parent ff11334927
commit 9d72bb452b
69 changed files with 396 additions and 2113 deletions

View file

@ -1,6 +1,6 @@
"""This is a test"""
from __future__ import nested_scopes; import string
from __future__ import nested_scopes; import site
def f(x):
def g(y):