summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-12-30 22:12:40 (GMT)
committerGeorg Brandl <georg@python.org>2010-12-30 22:12:40 (GMT)
commit59b44721e37c214cb5f0288d81e7302b7622c45e (patch)
tree8d1b4770e5fddb939b0363f363f88c5401e7ef5b /Misc
parent856898b3958626d2400e59b53dc134283addc988 (diff)
downloadcpython-59b44721e37c214cb5f0288d81e7302b7622c45e.zip
cpython-59b44721e37c214cb5f0288d81e7302b7622c45e.tar.gz
cpython-59b44721e37c214cb5f0288d81e7302b7622c45e.tar.bz2
Remove mentions of the Demo directory.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 9477594b..b6b968a 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -79,6 +79,13 @@ Build
- Issue #10679: The "idle", "pydoc" and "2to3" scripts are now installed with
a version-specific suffix on "make altinstall".
+Tools/Demos
+-----------
+
+- Issue #7962: The Demo directory is gone. Most of the old and unmaintained
+ demos have been removed, others integrated in documentation or a new
+ Tools/demo subdirectory.
+
What's New in Python 3.2 Beta 2?
================================