diff options
author | Guido van Rossum <guido@python.org> | 2001-10-02 23:13:16 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2001-10-02 23:13:16 (GMT) |
commit | 2559f5a73b3aa71d799eb01bbefca81752bc68b9 (patch) | |
tree | 97f1b5eea103c4acfc67d3fad9ccea1103281632 /Demo/dns/README | |
parent | 4a9ac4a83c5515df1b62e396a753ac17a931f997 (diff) | |
download | cpython-2559f5a73b3aa71d799eb01bbefca81752bc68b9.zip cpython-2559f5a73b3aa71d799eb01bbefca81752bc68b9.tar.gz cpython-2559f5a73b3aa71d799eb01bbefca81752bc68b9.tar.bz2 |
Removed Demo/dns -- see sf.net/projects/pydns/ instead.
Diffstat (limited to 'Demo/dns/README')
-rw-r--r-- | Demo/dns/README | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/Demo/dns/README b/Demo/dns/README deleted file mode 100644 index 32f8ca2..0000000 --- a/Demo/dns/README +++ /dev/null @@ -1,14 +0,0 @@ -This directory contains a module (dnslib) that implements a DNS -(Domain Name Server) client, plus additional modules that define some -symbolic constants used by DNS (dnstype, dnsclass, dnsopcode). - -Type "python dnslib.py -/" for a usage message. - -You can also import dnslib and write your own, more sophisticated -client code; use the test program as an example (there is currently no -documentation :-). - -NOTE: This code has been evolved into a much more enhanced package by -Anthony Baxter; see the pydns project at SourceForge: - - http://sourceforge.net/projects/pydns/ |