py3: use `string.ascii_letters` instead of `string.letters`
While only `string.letters` is locale-dependent, it should not matter here.
Loading
Please register or sign in to comment
While only `string.letters` is locale-dependent, it should not matter here.