pgsql: Fix Python deprecation warning

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: Fix Python deprecation warning
Дата
Msg-id E1vyRo7-002eqs-0Q@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix Python deprecation warning

Starting with Python 3.14, contrib/unaccent/generate_unaccent_rules.py
complains

    DeprecationWarning: codecs.open() is deprecated. Use open() instead.

This makes that change.  This works for all Python 3.x versions.

Reviewed-by: Chao Li <li.evan.chao@gmail.com>
Discussion: https://www.postgresql.org/message-id/flat/2a668979-ed92-49a3-abf9-a3ec2d460ec2%40eisentraut.org

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/16686a853f1b0f479fbe716acecb3a264e70c824

Modified Files
--------------
contrib/unaccent/generate_unaccent_rules.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


В списке pgsql-committers по дате отправления: