s4-python: Move dnspython to lib/, like the other Python modules
[idra/samba.git] / lib / dnspython / TODO
1 Tutorial documentation
2
3 More examples
4
5 It would be nice to have a tokenizer that used regular expressions
6 because it would be faster.
7
8 Teach the resolver about DNAME (right now it relies on the server adding
9 synthesized CNAMEs)
10
11 Add TKEY support.
12
13 TSIG works, but needs cleaning up -- probably better encapsulation of
14 TSIG state to make things much simpler and easier to use.
15
16 Pickling support.
17