From: Bob Halley Date: Thu, 22 Jun 2006 22:43:38 +0000 (+0000) Subject: add RFC reference X-Git-Tag: v1.5.0~29 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bdf788471242bd23afd5b4cba825dff1fd25a83a;p=thirdparty%2Fdnspython.git add RFC reference --- diff --git a/dns/rdtypes/ANY/SPF.py b/dns/rdtypes/ANY/SPF.py index 79a11274..d038f440 100644 --- a/dns/rdtypes/ANY/SPF.py +++ b/dns/rdtypes/ANY/SPF.py @@ -1,4 +1,4 @@ -# Copyright (C) 2003-2006 Nominum, Inc. +# Copyright (C) 2006 Nominum, Inc. # # Permission to use, copy, modify, and distribute this software and its # documentation for any purpose with or without fee is hereby granted, @@ -16,5 +16,7 @@ import dns.rdtypes.txtbase class SPF(dns.rdtypes.txtbase.TXTBase): - """SPF record""" + """SPF record + + @see: RFC 4408""" pass