diff options
author | Georg Brandl <georg@python.org> | 2010-12-30 22:12:40 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2010-12-30 22:12:40 (GMT) |
commit | 59b44721e37c214cb5f0288d81e7302b7622c45e (patch) | |
tree | 8d1b4770e5fddb939b0363f363f88c5401e7ef5b /Misc | |
parent | 856898b3958626d2400e59b53dc134283addc988 (diff) | |
download | cpython-59b44721e37c214cb5f0288d81e7302b7622c45e.zip cpython-59b44721e37c214cb5f0288d81e7302b7622c45e.tar.gz cpython-59b44721e37c214cb5f0288d81e7302b7622c45e.tar.bz2 |
Remove mentions of the Demo directory.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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? ================================ |