summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorBob Halley <halley@dnspython.org>2016-12-18 11:23:26 -0800
committerBob Halley <halley@dnspython.org>2016-12-18 11:23:26 -0800
commit734a6c023c221a29c141e28626b9221ec0a68f68 (patch)
tree602210ec71b2b950c88e38b2a8d1b30499bc2b01 /examples
parent59f63a7a708dfeca234945118e4f0d33809d9d7e (diff)
downloaddnspython-734a6c023c221a29c141e28626b9221ec0a68f68.tar.gz
update comment
Diffstat (limited to 'examples')
-rw-r--r--examples/receive_notify.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/receive_notify.py b/examples/receive_notify.py
index 76976f7..3e9061d 100644
--- a/examples/receive_notify.py
+++ b/examples/receive_notify.py
@@ -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