Skip to content

Commit 4896546

Browse files
committed
Fix changelog tags
Change-Id: I64c34efbfed69c3cc952218c3f27928a958ca859
1 parent 8ce4f91 commit 4896546

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.. change::
2-
:tags: py3k
2+
:tags: changed, py3k
33

44
The ``bytestring_passthrough`` template argument is removed, as this
55
flag only applied to Python 2.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.. change::
2-
:tags: py3k
2+
:tags: changed, py3k
33

44
With the removal of Python 2's ``cStringIO``, Mako now uses its own
55
internal ``FastEncodingBuffer`` exclusively.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
.. change::
2-
:tags: py3k
2+
:tags: changed, py3k
33

44
Removed ``disable_unicode`` flag, that's no longer used in Python 3.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.. change::
2-
:tags: setup
2+
:tags: changed, setup
33

44
Replaced the use of ``pkg_resources`` with the ``importlib`` library.
55
For Python < 3.8 the library ``importlib_metadata`` is used.

doc/build/unreleased/py2.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.. change::
2-
:tags: py3k
2+
:tags: changed, py3k
33

44
Removed support for Python 2 and Python 3.6. Mako now requires Python >=
55
3.7.

0 commit comments

Comments
 (0)