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

« back to all changes in this revision

Viewing changes to authres/core.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
 
Module for parsing ``Authentication-Results`` headers as defined in RFC 5451.
 
19
Module for parsing ``Authentication-Results`` headers as defined in RFC 5451
 
20
and 7001.
20
21
"""
21
22
 
22
23
#MODULE = 'authres'