Open HSAR opened 4 years ago
I started writing a patch to solve this bug (which drives me crazy): Then I discovered that the u prefixes on all the strings, which 1) is not required in Python 3, and 2) means I can't use my favourite convenience feature, string templating.
Python 2.X support completely ceased on January 1st, 2020. Python 3 includes many useful features and we should make any required updates to support it and its (much improved) featureset.