Skip to content

Fixed bugs in gwpy.io.kerberos for python3

Duncan Macleod requested to merge github/fork/duncanmmacleod/kinit-py3 into develop

This PR fixes bugs in kerberos.kinit on python3, just a simple type issue with str vs bytes. I took this opportunity to make some small, backwards-compatible internal improvements to that method.

Merge request reports