From: Jack Jansen <jack.jansen@cwi.nl>
Date: Wed, 7 Jun 2000 20:14:29 +0000 (+0000)
Subject: Moved AE module to the core toolbox set: it is needed by Nav and it isn't all _that_... 
X-Git-Tag: v2.0b1~1550
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ebececc9d8fe0976676b862cd2d1c53ae6b18f45;p=python

Moved AE module to the core toolbox set: it is needed by Nav and it isn't all _that_ huge.
Modified for new builtin exceptions.c.
---

diff --git a/Mac/Build/PythonCore.prj b/Mac/Build/PythonCore.prj
index ed30346771..253395fe20 100644
Binary files a/Mac/Build/PythonCore.prj and b/Mac/Build/PythonCore.prj differ
diff --git a/Mac/Build/PythonCorePPC.prj b/Mac/Build/PythonCorePPC.prj
index 6e2339fb91..e9b8b62edf 100644
Binary files a/Mac/Build/PythonCorePPC.prj and b/Mac/Build/PythonCorePPC.prj differ
diff --git a/Mac/Build/PythonCorePPC.prj.exp b/Mac/Build/PythonCorePPC.prj.exp
index 0fb0d34237..043f2a3d3d 100644
--- a/Mac/Build/PythonCorePPC.prj.exp
+++ b/Mac/Build/PythonCorePPC.prj.exp
@@ -31,10 +31,6 @@ PyExc_TypeError
 PyExc_ValueError
 PyExc_ZeroDivisionError
 PyExc_MemoryErrorInst
-_PyBuiltin_Fini_2
-_PyBuiltin_Fini_1
-_PyBuiltin_Init_2
-_PyBuiltin_Init_1
 PyEval_CallObjectWithKeywords
 PyEval_CallObject
 Py_FlushLine
diff --git a/Mac/Build/PythonStandSmall.prj b/Mac/Build/PythonStandSmall.prj
index 2c3f2c7eed..1c8e242b65 100644
Binary files a/Mac/Build/PythonStandSmall.prj and b/Mac/Build/PythonStandSmall.prj differ