]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Files used for 2.2.1 release (unless disaster strikes in the next 24 hours).
authorJack Jansen <jack.jansen@cwi.nl>
Sun, 7 Apr 2002 21:59:32 +0000 (21:59 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Sun, 7 Apr 2002 21:59:32 +0000 (21:59 +0000)
Mac/Distributions/(vise)/Python 2.2.vct
Mac/ReadMe

index a71a0cd3937c24bf105a42cb9f4a1e3536d152b9..c9586063ef6147fedf5595fdbf70910db83ea5b6 100644 (file)
Binary files a/Mac/Distributions/(vise)/Python 2.2.vct and b/Mac/Distributions/(vise)/Python 2.2.vct differ
index 421e2e82ff0e0dead9baaf74f0bb08c7d996216b..977f74c3069f6d390afd7d17683aef8ec8f2ce5b 100644 (file)
@@ -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).