diff options
author | Guido van Rossum <guido@python.org> | 2002-09-17 20:58:59 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2002-09-17 20:58:59 (GMT) |
commit | 923e4ef049af4e750b1d3dda8d9dc08957101abf (patch) | |
tree | 215a772392d51abceee57fcf3eb0ba6a0de180d5 /Misc | |
parent | b0c87b956c81e30a9f3b3d393d1442f63c2dbfc3 (diff) | |
download | cpython-923e4ef049af4e750b1d3dda8d9dc08957101abf.zip cpython-923e4ef049af4e750b1d3dda8d9dc08957101abf.tar.gz cpython-923e4ef049af4e750b1d3dda8d9dc08957101abf.tar.bz2 |
The SGI demos are gone.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |