Commit Graph

1 Commits (ee891c2b16da48e6f6f95800a058bc33de692fcb)

Author SHA1 Message Date
Toshio Kuratomi d483d646eb Normalize config from environment as text strings
On Python3, these would be text strings already.  On Python2, we need to
convert them from bytes.

Use a new helper function py3compat to do this.

Fixes #43207
6 years ago