~ar-python-hackers/authentication-results-python/trunk

« back to all changes in this revision

Viewing changes to authres/__init__.py

  • Committer: Scott Kitterman
  • Date: 2014-06-25 10:20:14 UTC
  • Revision ID: scott@kitterman.com-20140625102014-vfsd1jptyrds24kk
Tags: 0.700
 * Updated README and docstrings to refer to RFC 7001 in addition to RFC 5451

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
# limitations under the License.
17
17
 
18
18
"""
19
 
Package for parsing ``Authentication-Results`` headers as defined in RFC 5451.
20
 
Optional support for authentication methods defined in RFCs 5617, 6008, and 6212.
 
19
Package for parsing ``Authentication-Results`` headers as defined in RFC
 
20
5451/7001.  Optional support for authentication methods defined in RFCs 5617,
 
21
6008, 6212, and 7281.
21
22
 
22
23
Examples:
23
24
RFC 5451 B.2