pgsql: unaccent: Remove Python 2 support from Python script - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: unaccent: Remove Python 2 support from Python script
Date
Msg-id E1nRtAy-001bvO-Bq@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
unaccent: Remove Python 2 support from Python script

This is a maintainer-only script, but since we're removing Python 2
support elsewhere, we might as well clean this one up as well.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/e80a7a1f3d65e34fff73166d42abe0e2d5f91add

Modified Files
--------------
contrib/unaccent/generate_unaccent_rules.py | 29 +++++------------------------
1 file changed, 5 insertions(+), 24 deletions(-)


pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: pgsql: doc: Add ALTER/DROP ROUTINE to the event trigger matrix
Next
From: Peter Eisentraut
Date:
Subject: pgsql: Add parse_analyze_withcb()