From: Guido van Rossum <guido@python.org> Date: Tue, 17 Sep 2002 20:58:59 +0000 (+0000) Subject: The SGI demos are gone. X-Git-Tag: v2.3c1~4039 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=923e4ef049af4e750b1d3dda8d9dc08957101abf;p=python The SGI demos are gone. --- diff --git a/Misc/NEWS b/Misc/NEWS index 48342a1182..521be0cd9a 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -470,6 +470,11 @@ Library Tools/Demos +- The SGI demos (Demo/sgi) have been removed. Nobody thought they + were interesting any more. (The SGI library modules and extensions + are still there; it is believed that at least some of these are + still used and useful.) + - IDLE supports the new encoding declarations (PEP 263); it can also deal with legacy 8-bit files if they use the locale's encoding. It allows non-ASCII strings in the interactive shell and executes them