ficlatte / main

Ficlatté website main code
GNU Affero General Public License v3.0
2 stars 2 forks source link

Move to Python 3 #50

Open HSAR opened 4 years ago

HSAR commented 4 years ago

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.

HSAR commented 4 years ago

I started writing a patch to solve this bug (which drives me crazy): image 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.