From: Guido van Rossum Date: Tue, 2 Oct 2001 23:15:37 +0000 (+0000) Subject: Note removal of Demo/dns, point to PyDNS. X-Git-Tag: v2.2.1c1~1490 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ed554f6fc70416a726cd4abc44268dea4bf031e4;p=thirdparty%2FPython%2Fcpython.git Note removal of Demo/dns, point to PyDNS. --- diff --git a/Misc/NEWS b/Misc/NEWS index 427b9b6b55aa..9ead40c81aa7 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