Closed vstinner closed 4 years ago
Python 3.9 changed codecs.lookup(): the encoding name is now normalized before calling search functions. See:
I propose attached PR to support Python 3.9.
Fixed by commit a30ae2cf061d7369b1aaa8179ddd1b486974fdad. That's enough for my need (Fedora can backport fixes). I close the issue, thanks!
Splendid. I'll push a new release soon with the fix as well.
Python 3.9 changed codecs.lookup(): the encoding name is now normalized before calling search functions. See:
I propose attached PR to support Python 3.9.