diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 2001-10-30 22:42:45 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 2001-10-30 22:42:45 (GMT) |
commit | e4df3fd90d54dcf8bc4eec3365debd3ecf890d10 (patch) | |
tree | 95b08d9c1e2ea5e8f87d00ed3e19ec62f323a6a2 /Mac/Distributions | |
parent | 72a7fb78cbc87a3db110afc3c2880a3d5ba4273e (diff) | |
download | cpython-e4df3fd90d54dcf8bc4eec3365debd3ecf890d10.zip cpython-e4df3fd90d54dcf8bc4eec3365debd3ecf890d10.tar.gz cpython-e4df3fd90d54dcf8bc4eec3365debd3ecf890d10.tar.bz2 |
Files used for MacPython 2.2b1 distribution.
Diffstat (limited to 'Mac/Distributions')
-rw-r--r-- | Mac/Distributions/(vise)/Python 2.2.vct | bin | 646052 -> 669975 bytes | |||
-rw-r--r-- | Mac/Distributions/src.exclude | 1 | ||||
-rw-r--r-- | Mac/Distributions/src.include | 11 |
3 files changed, 7 insertions, 5 deletions
diff --git a/Mac/Distributions/(vise)/Python 2.2.vct b/Mac/Distributions/(vise)/Python 2.2.vct Binary files differindex 89ab9b1..e963aee 100644 --- a/Mac/Distributions/(vise)/Python 2.2.vct +++ b/Mac/Distributions/(vise)/Python 2.2.vct diff --git a/Mac/Distributions/src.exclude b/Mac/Distributions/src.exclude index b72d54d..aa188a8 100644 --- a/Mac/Distributions/src.exclude +++ b/Mac/Distributions/src.exclude @@ -19,3 +19,4 @@ CVS Makefile.pre.in PyIDE-src [(]*[)] +*.pyo diff --git a/Mac/Distributions/src.include b/Mac/Distributions/src.include index 623d436..aa25223 100644 --- a/Mac/Distributions/src.include +++ b/Mac/Distributions/src.include @@ -61,6 +61,8 @@ (':Mac:Lib', '') (':Mac:MPW', '') (':Mac:Modules', '') +(':Mac:OSX', '') +(':Mac:OSXResources', '') (':Mac:Python', '') (':Mac:ReadMe', '') (':Mac:ReadMe-dev', None) @@ -88,12 +90,14 @@ (':Objects', '') (':PC', None) (':PCbuild', None) +(':PLAN.txt', '') (':Parser', '') (':PlugIns', None) (':Python', '') (':Python IDE', None) (':Python68K', None) (':PythonApplet', None) +(':PythonCarbonStandalone', None) (':PythonCore', None) (':PythonCoreCarbon', None) (':PythonFAT', None) @@ -103,6 +107,7 @@ (':PythonPPC', None) (':PythonStandCarbon', None) (':PythonStandSmall', None) +(':PythonStandSmallCarbon', None) (':PythonStandSmallShGUSI', None) (':PythonStandSmallThreading', None) (':PythonStandalone', None) @@ -136,8 +141,4 @@ (':pystone.py', None) (':setup.py', None) (':site-packages', None) -(':PLAN.txt', '') -(':PythonStandSmallCarbon', None) -(':PythonCarbonStandalone', None) -(':Mac:OSXResources', '') -(':Mac:OSX', '') +(':Mac:Distributions:(vise)', None) |