~ubuntu-branches/ubuntu/gutsy/python-dns/gutsy-security

« back to all changes in this revision

Viewing changes to README.guido

  • Committer: Bazaar Package Importer
  • Author(s): Joerg Wendland
  • Date: 2003-08-20 14:25:29 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20030820142529-3facqpkoslard81q
Tags: 2.3.0-5
* debian/control:
  Use ${python:Depends} for Depends, so that correct Depends are
  generated by dh_python. (closes: Bug#205884)
* debian/python-dns.postinst
  debian/python-dns.prerm:
  Remove these files and let debhelper handle these issues.

Show diffs side-by-side

added added

removed removed

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