Add dns.zone.to_text() convenience method.
authorBob Halley <halley@dnspython.org>
Sat, 21 Jun 2014 15:55:09 +0000 (08:55 -0700)
committerBob Halley <halley@dnspython.org>
Sat, 21 Jun 2014 15:57:20 +0000 (08:57 -0700)
commit5b32e65203731912aaa2067df55175c1bd5f8a8e
tree6f57a03fc549379d41649849751078a002764bc0
parent482e38ed91da121416f551becd28096d559fb0b7
Add dns.zone.to_text() convenience method.

Thanks to Brandon Whaley <redkrieg@gmail.com> for the patch.
ChangeLog
dns/zone.py
tests/example3.good [new file with mode: 0644]
tests/test_zone.py