1
0
mirror of https://github.com/thp/pyotherside.git synced 2025-01-17 23:22:53 +08:00

Documentation formatting

This commit is contained in:
Thomas Perl 2021-06-06 12:02:35 +02:00
parent aed2584b48
commit 8f7e67980f

View File

@ -1370,8 +1370,8 @@ ChangeLog
Version UNRELEASED (YYYY-MM-DD)
-------------------------------
* Use `PyUnicode_AsUTF8` from Python 3.3 when converting strings; strings returned
from the converter are now valid as long as the `PyObject` is alive (previously
* Use ``PyUnicode_AsUTF8`` from Python 3.3 when converting strings; strings returned
from the converter are now valid as long as the ``PyObject`` is alive (previously
they were valid until the next string conversion or until converter was destroyed)
Version 1.5.9 (2020-01-17)