summaryrefslogtreecommitdiff
path: root/doc/build/unreleased/267.rst
blob: 83a54a5f6759f4b1c252b0730bf9dc8b8d3109d4 (plain)
1
2
3
4
5
6
7
8
.. change::
    :tags: bug, templates
    :tickets: 267

    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.