diff --git a/doc/book/connectors/__python.rst b/doc/book/connectors/__python.rst index 356be91ca8..78848c704b 100644 --- a/doc/book/connectors/__python.rst +++ b/doc/book/connectors/__python.rst @@ -54,7 +54,7 @@ unmaintained. Feature comparison ------------------ -Last update: February 2022 +Last update: May 2022 .. list-table:: :header-rows: 1 @@ -78,7 +78,7 @@ Last update: February 2022 * - Known Issues - `issue #18 `__ (no running event loop) - None - - `issue #105 `__ (unpack of binary data) + - None * - Documentation - Yes (`github.io `__) @@ -93,12 +93,12 @@ Last update: February 2022 * - Testing / CI / CD - GitHub Actions - No (tests exist) - - AppVeyor (only Windows) + - GitHub Actions * - GitHub Stars - - 51 + - 52 - 17 - - 78 + - 83 * - Static Analysis - Yes (Flake8) @@ -156,7 +156,7 @@ Last update: February 2022 * - `Varbinary support `__ - No - No - - Yes (`issue #105 `__) + - Yes * - `UUID support `__ - No @@ -216,7 +216,7 @@ Last update: February 2022 * - Connection pool - No - No - - Yes (round robin failover) + - Yes (with master discovery) * - Support of `PEP 249 -- Python Database API Specification v2.0 `__ - No diff --git a/locale/ru/LC_MESSAGES/book/connectors.po b/locale/ru/LC_MESSAGES/book/connectors.po index a36227440f..ef2800e91e 100644 --- a/locale/ru/LC_MESSAGES/book/connectors.po +++ b/locale/ru/LC_MESSAGES/book/connectors.po @@ -1033,8 +1033,8 @@ msgstr "" "tarantool-python. aiotarantool здесь отсутствует, так как он устарел и " "больше не поддерживается." -msgid "Last update: February 2022" -msgstr "Последнее обновление: февраль 2022" +msgid "Last update: May 2022" +msgstr "Последнее обновление: май 2022" msgid "Parameter" msgstr "Параметры" @@ -1292,8 +1292,8 @@ msgstr "" "Есть (reconnect_max_attempts, reconnect_delay), проверка состояния " "соединения" -msgid "Yes (round robin failover)" -msgstr "Есть (циклическое восстановление после сбоев)" +msgid "Yes (with master discovery)" +msgstr "Есть (с обнаружением мастера)" msgid "" "Support of `PEP 249 -- Python Database API Specification v2.0 "