Documentation updates

This commit is contained in:
Scott Kitterman
2019-08-09 11:46:28 -04:00
parent 8365b52ac8
commit f8e0cba772
2 changed files with 7 additions and 5 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
UNRELEASED Version 0.9.3 2019-08-09 Version 0.9.3
- Fix linesep setting in arcsign script (LP: #1838262) (Thanks to Gowtham - Fix linesep setting in arcsign script (LP: #1838262) (Thanks to Gowtham
Gopalakrishnan for the report and the patch) Gopalakrishnan for the report and the patch)
- Fix default canonicalization for DKIM signature verification to be - Fix default canonicalization for DKIM signature verification to be
+6 -4
View File
@@ -36,7 +36,7 @@ installing using setup.py, the following incantation is required because
setuptools developers decided not being able to do this by default is a setuptools developers decided not being able to do this by default is a
feature: feature:
python setup.py install --single-version-externally-managed --record=/dev/null python3 setup.py install --single-version-externally-managed --record=/dev/null
DOCUMENTATION DOCUMENTATION
@@ -48,11 +48,11 @@ TESTING
To run dkimpy's test suite: To run dkimpy's test suite:
PYTHONPATH=. python dkim PYTHONPATH=. python3 dkim
or or
python test.py python3 test.py
or or
PYTHONPATH=. python -m unittest dkim.tests.test_suite PYTHONPATH=. python3 -m unittest dkim.tests.test_suite
Alternatively, if you have testrepository installed: Alternatively, if you have testrepository installed:
@@ -154,6 +154,8 @@ unlikely.
In addition to arcsign and arcverify, the dkim module now provides In addition to arcsign and arcverify, the dkim module now provides
arc_sign and arc_verify functions as well as an ARC class. arc_sign and arc_verify functions as well as an ARC class.
Both DKIM ed25519 and ARC are now considered stable (no longer experimantal).
FEEDBACK FEEDBACK
Bug reports may be submitted to the bug tracker for the dkimpy project on Bug reports may be submitted to the bug tracker for the dkimpy project on