From: Jack Jansen Date: Thu, 26 Jul 2001 21:12:45 +0000 (+0000) Subject: Files used for 2.1.1c2 distribution. X-Git-Tag: v2.1.2c1~123 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a36a3bfcd0b24a320578f991700d131a406f726c;p=thirdparty%2FPython%2Fcpython.git Files used for 2.1.1c2 distribution. --- diff --git a/Mac/Build/PythonCore.mcp b/Mac/Build/PythonCore.mcp index 1d8e0e1a74e6..46f2e98c34f9 100644 Binary files a/Mac/Build/PythonCore.mcp and b/Mac/Build/PythonCore.mcp differ diff --git a/Mac/Distributions/(vise)/Python 2.1.vct b/Mac/Distributions/(vise)/Python 2.1.vct index 11856720f0af..01763e831e9f 100644 Binary files a/Mac/Distributions/(vise)/Python 2.1.vct and b/Mac/Distributions/(vise)/Python 2.1.vct differ diff --git a/Mac/Include/macbuildno.h b/Mac/Include/macbuildno.h index bff0a3ec89c1..c91fd2b19423 100644 --- a/Mac/Include/macbuildno.h +++ b/Mac/Include/macbuildno.h @@ -1 +1 @@ -#define BUILD 95 +#define BUILD 96 diff --git a/Mac/Relnotes b/Mac/Relnotes index eb100a3943d8..88c3e26c30cc 100644 --- a/Mac/Relnotes +++ b/Mac/Relnotes @@ -32,10 +32,10 @@ for machine-independent changes. - Experimental: an Mlte module has been added, an interface to the Multi Lingual Text Engine. There is a minimal example in :Mac:Demos:mlte. - Experimental: some support for FSRef objects has been added. You can do little more that - convert them to/from FSSpecs. + convert them to/from FSSpecs. Carbon only. - Experimental: the CF module has some support for CoreFoundation types. CFString and CFURL work, to a degree, and can be converted to/from Python strings and Unicode - objects. + objects. Carbon only. What is not in this distribution --------------------------------