mirror of
https://github.com/postgres/postgres.git
synced 2026-03-23 02:43:22 -04:00
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
|
||
|---|---|---|
| .. | ||
| expected | ||
| sql | ||
| .gitignore | ||
| generate_unaccent_rules.py | ||
| Makefile | ||
| meson.build | ||
| unaccent--1.0--1.1.sql | ||
| unaccent--1.1.sql | ||
| unaccent.c | ||
| unaccent.control | ||
| unaccent.rules | ||