]> git.ipfire.org Git - thirdparty/babel.git/commit
Fix up some Python2-isms using pyupgrade
authorAarni Koskela <akx@iki.fi>
Tue, 10 May 2022 07:51:08 +0000 (10:51 +0300)
committerAarni Koskela <akx@iki.fi>
Tue, 10 May 2022 10:42:16 +0000 (12:42 +0200)
commit53a74f1c1567b28e6e23bb1ab48ca3a0f888d307
treec27d3409e45fbd3317212bee798b57cfd3b54eaf
parent128322c6b9ad23f4c1cd0b3996dd00fc48306750
Fix up some Python2-isms using pyupgrade
49 files changed:
babel/__init__.py
babel/core.py
babel/dates.py
babel/languages.py
babel/lists.py
babel/localedata.py
babel/localtime/__init__.py
babel/localtime/_unix.py
babel/messages/__init__.py
babel/messages/catalog.py
babel/messages/checkers.py
babel/messages/extract.py
babel/messages/frontend.py
babel/messages/jslexer.py
babel/messages/mofile.py
babel/messages/plurals.py
babel/messages/pofile.py
babel/numbers.py
babel/plural.py
babel/support.py
babel/units.py
babel/util.py
docs/conf.py
scripts/dump_data.py
scripts/dump_global.py
scripts/import_cldr.py
scripts/make-release.py
setup.py
tests/messages/test_catalog.py
tests/messages/test_checkers.py
tests/messages/test_extract.py
tests/messages/test_frontend.py
tests/messages/test_js_extract.py
tests/messages/test_jslexer.py
tests/messages/test_mofile.py
tests/messages/test_plurals.py
tests/messages/test_pofile.py
tests/test_core.py
tests/test_date_intervals.py
tests/test_dates.py
tests/test_day_periods.py
tests/test_languages.py
tests/test_lists.py
tests/test_localedata.py
tests/test_numbers.py
tests/test_plural.py
tests/test_smoke.py
tests/test_support.py
tests/test_util.py