]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
update comment
authorBob Halley <halley@dnspython.org>
Sun, 18 Dec 2016 19:23:26 +0000 (11:23 -0800)
committerBob Halley <halley@dnspython.org>
Sun, 18 Dec 2016 19:23:26 +0000 (11:23 -0800)
examples/receive_notify.py

index 76976f715537f8a6d79a3c6bd54e8e3b1374cb91..3e9061d8d1b28549664b84e648e7f427850707d5 100644 (file)
@@ -1,5 +1,8 @@
 #!/usr/bin/env python3
 
+# This is just a toy, real code would check that the received message
+# really was a NOTIFY, and otherwise handle errors.
+
 import socket
 
 import dns.flags