From: Jack Jansen Date: Sun, 7 Apr 2002 21:59:32 +0000 (+0000) Subject: Files used for 2.2.1 release (unless disaster strikes in the next 24 hours). X-Git-Tag: v2.2.1~10 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7d626070a16db3c3a9fae561e01c9ee6706da1aa;p=thirdparty%2FPython%2Fcpython.git Files used for 2.2.1 release (unless disaster strikes in the next 24 hours). --- diff --git a/Mac/Distributions/(vise)/Python 2.2.vct b/Mac/Distributions/(vise)/Python 2.2.vct index a71a0cd3937c..c9586063ef61 100644 Binary files a/Mac/Distributions/(vise)/Python 2.2.vct and b/Mac/Distributions/(vise)/Python 2.2.vct differ diff --git a/Mac/ReadMe b/Mac/ReadMe index 421e2e82ff0e..977f74c3069f 100644 --- a/Mac/ReadMe +++ b/Mac/ReadMe @@ -86,6 +86,10 @@ frozen modules. This should not be a problem in normal use. test_time will fail because MacPython accepts bogus values for mktime(), this will be fixed later (it is not a very serious problem). +test_email will fail during summer (no kidding:-). Actually, it will fail +when DST is active, because the date parsing test is GMT-centric +and does not handle the Macintosh's localtime very well. + Three tests will fail on MacOS9 with MemoryErrors: test_longexp, test_sha and test_zlib (on MacOSX these should pass).