pgsql: pycodestyle (PEP 8) cleanup in Python scripts

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: pycodestyle (PEP 8) cleanup in Python scripts
Дата
Msg-id E1nRtAy-001bvP-CD@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
pycodestyle (PEP 8) cleanup in Python scripts

These are mainly whitespace changes.  I didn't fix "E501 line too
long", which would require more significant surgery.

Branch
------
master

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

Modified Files
--------------
contrib/unaccent/generate_unaccent_rules.py | 54 ++++++++++++++++++-----------
src/test/locale/sort-test.py                | 10 +++---
2 files changed, 40 insertions(+), 24 deletions(-)


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

Предыдущее
От: Michael Paquier
Дата:
Сообщение: pgsql: doc: Add ALTER/DROP ROUTINE to the event trigger matrix
Следующее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Add parse_analyze_withcb()