From: Brett Cannon Date: Sun, 13 Feb 2005 22:53:22 +0000 (+0000) Subject: Add mention of patch #1095802 (fixing "Macintosh" references to represent OS X-Git-Tag: v2.5a0~2033 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ced04e0936db90edab95be889c6c8c4dc7f7b278;p=thirdparty%2FPython%2Fcpython.git Add mention of patch #1095802 (fixing "Macintosh" references to represent OS X). --- diff --git a/Misc/NEWS b/Misc/NEWS index 6692fabf0775..ac8f8ee7a734 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -178,6 +178,14 @@ Tests - In test_os, st_?time is now truncated before comparing it with ST_?TIME. + +Documentation +------------- + +- Remove all latent references for "Macintosh" that referred to semantics for + Mac OS 9 and change to reflect the state for OS X. + Closes patch #1095802. Thanks Jack Jansen. + Mac ---