blob: 09ebe8ff626c50acdfecda2a4b2e91d604e662be [file] [log] [blame]
Guido van Rossum705d5171994-10-08 19:30:50 +00001This directory contains a module (dnslib) that implements a DNS
2(Domain Name Server) client, plus additional modules that define some
3symbolic constants used by DNS (dnstype, dnsclass, dnsopcode).
4
5Type "python dnslib.py -/" for a usage message.
6
7You can also import dnslib and write your own, more sophisticated
8client code; use the test program as an example (there is currently no
9documentation :-).
10
11--Guido van Rossum, CWI, Amsterdam <Guido.van.Rossum@cwi.nl>
12URL: <http://www.cwi.nl/cwi/people/Guido.van.Rossum.html>