From: Jack Jansen Date: Tue, 27 Feb 2001 12:48:42 +0000 (+0000) Subject: Soundex has gone. X-Git-Tag: v2.1b1~181 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=501d89da40aceda9bb18f2938a4d9b0588494de4;p=thirdparty%2FPython%2Fcpython.git Soundex has gone. --- diff --git a/Mac/Build/PythonCore.exp b/Mac/Build/PythonCore.exp index 95117f566f4a..8b89f24c1bc7 100644 --- a/Mac/Build/PythonCore.exp +++ b/Mac/Build/PythonCore.exp @@ -537,7 +537,6 @@ initrotor initselect gethostbyname_lock init_socket -initsoundex initstrop initstruct inittime diff --git a/Mac/Build/PythonCore.mcp b/Mac/Build/PythonCore.mcp index 9c22a3fb1092..985060e7c429 100644 Binary files a/Mac/Build/PythonCore.mcp and b/Mac/Build/PythonCore.mcp differ diff --git a/Mac/Build/PythonCoreCarbon.exp b/Mac/Build/PythonCoreCarbon.exp index 19214a70a113..6f93cc2714d8 100644 --- a/Mac/Build/PythonCoreCarbon.exp +++ b/Mac/Build/PythonCoreCarbon.exp @@ -536,7 +536,6 @@ initrotor initselect gethostbyname_lock init_socket -initsoundex initstrop initstruct inittime diff --git a/Mac/Build/PythonInterpreter.mcp b/Mac/Build/PythonInterpreter.mcp index 036c105217e9..5187c3d508ca 100644 Binary files a/Mac/Build/PythonInterpreter.mcp and b/Mac/Build/PythonInterpreter.mcp differ diff --git a/Mac/Build/PythonStandSmall.mcp b/Mac/Build/PythonStandSmall.mcp index 0c10d357d7de..a1f377ec0769 100644 Binary files a/Mac/Build/PythonStandSmall.mcp and b/Mac/Build/PythonStandSmall.mcp differ diff --git a/Mac/Build/PythonStandalone.mcp b/Mac/Build/PythonStandalone.mcp index bb2e05380be1..33b14ef2cea8 100644 Binary files a/Mac/Build/PythonStandalone.mcp and b/Mac/Build/PythonStandalone.mcp differ