1.1.3
1.1.3
Released: Fri May 29 2020
bug
-
[bug] [templates] The default template encoding is now utf-8. Previously, the encoding was
"ascii", which was standard throughout Python 2. This allows that
"magic encoding comment" for utf-8 templates is no longer required.References: #267