diff options
author | robot-codenav <robot-codenav@yandex-team.com> | 2024-01-22 00:00:57 +0300 |
---|---|---|
committer | Alexander Smirnov <alex@ydb.tech> | 2024-01-24 15:01:50 +0300 |
commit | 3d8cfb30b618cc25152bb150ffb0b4d8d562640e (patch) | |
tree | a0d4057b57b0735ae37c5a6c89446b2a404604d5 /contrib/python/wcwidth/py3/README.rst | |
parent | 0898bd17de178e66a660663fd9a8727d8108f8a8 (diff) | |
download | ydb-3d8cfb30b618cc25152bb150ffb0b4d8d562640e.tar.gz |
Update build documentations for rXXXXXX
Task: https://sandbox.yandex-team.ru/task/2130955492/view
update build docs
Diffstat (limited to 'contrib/python/wcwidth/py3/README.rst')
-rw-r--r-- | contrib/python/wcwidth/py3/README.rst | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/contrib/python/wcwidth/py3/README.rst b/contrib/python/wcwidth/py3/README.rst index a0dd44cb83..65df2081b8 100644 --- a/contrib/python/wcwidth/py3/README.rst +++ b/contrib/python/wcwidth/py3/README.rst @@ -32,7 +32,7 @@ Example >>> text = u'コンニチハ' Python **incorrectly** uses the *string length* of 5 codepoints rather than the -*printible length* of 10 cells, so that when using the `rjust` function, the +*printable length* of 10 cells, so that when using the `rjust` function, the output length is wrong:: >>> print(len('コンニチハ')) @@ -216,8 +216,12 @@ Other Languages ======= History ======= + +0.2.13 *2024-01-06* + * **Bugfix** zero-width support for Hangul Jamo (Korean) + 0.2.12 *2023-11-21* - * re-release to remove .pyi file misplaced in wheel files `Issue #101`. + * re-release to remove .pyi file misplaced in wheel files `Issue #101`_. 0.2.11 *2023-11-20* * Include tests files in the source distribution (`PR #98`_, `PR #100`_). |