]> git.ipfire.org Git - thirdparty/babel.git/commit
Minor cleanups (#948)
authorAarni Koskela <akx@iki.fi>
Wed, 18 Jan 2023 17:47:43 +0000 (19:47 +0200)
committerGitHub <noreply@github.com>
Wed, 18 Jan 2023 17:47:43 +0000 (19:47 +0200)
commit03641361830ce036b89b4f9660ebadfe96e10445
tree3e96c2de2f61f71a5e396e37a08c767be88f65fb
parent27380daecb325d39ab62deffde7fba8e494cfefd
Minor cleanups (#948)

* Add __all__s to be cleaner about re-exports
* Move timezone_getter to conftest
* Apply spelling corrections suggested by codespell
16 files changed:
CHANGES.rst
babel/__init__.py
babel/core.py
babel/dates.py
babel/localedata.py
babel/messages/__init__.py
babel/messages/checkers.py
babel/messages/extract.py
babel/numbers.py
babel/plural.py
babel/support.py
tests/conftest.py
tests/test_date_intervals.py
tests/test_dates.py
tests/test_numbers.py
tests/test_support.py