summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2001-10-02 23:15:37 (GMT)
committerGuido van Rossum <guido@python.org>2001-10-02 23:15:37 (GMT)
commited554f6fc70416a726cd4abc44268dea4bf031e4 (patch)
tree0f903bb6fac14d3008563a39e1784a93feac5704 /Misc/NEWS
parent2559f5a73b3aa71d799eb01bbefca81752bc68b9 (diff)
downloadcpython-ed554f6fc70416a726cd4abc44268dea4bf031e4.zip
cpython-ed554f6fc70416a726cd4abc44268dea4bf031e4.tar.gz
cpython-ed554f6fc70416a726cd4abc44268dea4bf031e4.tar.bz2
Note removal of Demo/dns, point to PyDNS.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS6
1 files changed, 5 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 427b9b6..9ead40c 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -18,7 +18,11 @@ Library
- quopri's encode and decode methods take an optional header parameter,
which indicates whether output is intended for the header 'Q' encoding.
-Tools
+Tools/Demos
+
+- Demo/dns was removed. It no longer serves any purpose; a package
+ derived from it is now maintained by Anthony Baxter, see
+ http://PyDNS.SourceForge.net.
Build