From: Guido van Rossum Date: Fri, 23 Sep 2005 03:56:00 +0000 (+0000) Subject: News about the test_macfs fix. X-Git-Tag: v2.4.2~9 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c8ae70ae279bc15ae8ac570fa68771ab3e0df6a0;p=thirdparty%2FPython%2Fcpython.git News about the test_macfs fix. --- diff --git a/Misc/NEWS b/Misc/NEWS index 3b0357d07ede..ed4c8de0b4d1 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -23,6 +23,10 @@ Extension Modules Tests ----- +- Fixed failure in test_macfs on Mac OS X 10.4 (Tiger), which + apparently doesn't allow the creation time to be set later than the + modification time. Fixed by changing the test data. + Build -----