From: Bob Halley Date: Sun, 18 Dec 2016 19:23:26 +0000 (-0800) Subject: update comment X-Git-Tag: v1.16.0~115 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=734a6c023c221a29c141e28626b9221ec0a68f68;p=thirdparty%2Fdnspython.git update comment --- diff --git a/examples/receive_notify.py b/examples/receive_notify.py index 76976f71..3e9061d8 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