summaryrefslogtreecommitdiff
path: root/libraries/dnspython/README
diff options
context:
space:
mode:
authorLarry Hajali <larryhaja[at]gmail[dot]com>2010-12-19 21:56:29 -0200
committerRobby Workman <rworkman@slackbuilds.org>2010-12-20 22:44:03 -0600
commit349cf363ae58bc1da85c541b9c65b64bae59721e (patch)
tree0b16e286278e29e5eedf99b293ade9c178638050 /libraries/dnspython/README
parent53eb96e6f7e5af1a74ae01e2eae368f648da6592 (diff)
downloadslackbuilds-349cf363ae58bc1da85c541b9c65b64bae59721e.tar.gz
libraries/dnspython: Updated for version 1.9.2.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'libraries/dnspython/README')
-rw-r--r--libraries/dnspython/README2
1 files changed, 2 insertions, 0 deletions
diff --git a/libraries/dnspython/README b/libraries/dnspython/README
index 983875ac1e..5190a47b0b 100644
--- a/libraries/dnspython/README
+++ b/libraries/dnspython/README
@@ -6,3 +6,5 @@ dnspython provides both high and low level access to DNS. The high
level classes perform queries for data of a given name, type, and
class, and return an answer set. The low level classes allow direct
manipulation of DNS zones, messages, names, and records.
+
+Optionally, dnspython can use pycrypto for DNSSEC functionality.