commit | eb3e2e0d73c86d876d48aa6bde9fcf01c761c98f | [log] [tgz] |
---|---|---|
author | Paul Kehrer <paul.l.kehrer@gmail.com> | Sat Dec 01 12:15:20 2018 +0800 |
committer | Alex Gaynor <alex.gaynor@gmail.com> | Fri Nov 30 23:15:20 2018 -0500 |
tree | 1b20470ee016a3d1a35e7b5680fe38f38c538574 | |
parent | e4e7b89fb627b372cde4158ceb7078d8769497cb [diff] |
IssuingDistributionPoint support (parse only) (#4552) * IssuingDistributionPoint support h/t to Irina Renteria for the initial work here * python 2 unfortunately still exists * py2 repr * typo caught by flake8 * add docs * review feedback * reorder args, other fixes * use the alex name * add changelog