This looks like it should be an else path to the prior case: if we get a bytestring, check that its ascii. (And the right way to do that would be decode('ascii') not an encode.
« Back to merge proposal
This looks like it should be an else path to the prior case: if we get a bytestring, check that its ascii. (And the right way to do that would be decode('ascii') not an encode.