From 1c7eb7882d3148ad217d64e656d52ba38f58dc6b Mon Sep 17 00:00:00 2001 From: Bob Halley Date: Wed, 6 Feb 2008 08:59:13 +0000 Subject: [PATCH] in inet_aton(), raise dns.exception.SyntaxError, like our contract says --- ChangeLog | 8 ++++++++ dns/ipv6.py | 5 ++++- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 27a54ee5..80911656 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2008-02-06 Bob Halley + + * dns/ipv6.py (inet_aton): We could raise an exception other than + dns.exception.SyntaxError in some cases. + + * dns/tsig.py: Raise an exception when the peer has set a non-zero + TSIG error. + 2007-11-25 Bob Halley