From 857d73ec33ccd11645d9bcff76a47f640d5d60ab Mon Sep 17 00:00:00 2001 From: "Stuart D. Gathman" Date: Thu, 16 Jun 2011 23:00:20 -0400 Subject: [PATCH] TODO for dnsplug --- dnsplug.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/dnsplug.py b/dnsplug.py index 385fbf4..aa357ec 100644 --- a/dnsplug.py +++ b/dnsplug.py @@ -3,6 +3,11 @@ # NOT RELEASED: this is a proposed API and implementation. # Goals - work with both pydns and dnspython (and possibly other libraries) # at a simplied level. +# TODO: +# 1. map exceptions to common dnsplug.DNSError exception (with +# original exception saved as a member). +# 2. include dict based implementation (handy for test suites) +# 3. move implementations to subpackages to enable autoselect on first call. ## Maximum number of CNAME records to follow MAX_CNAME = 10