tkFileBrowser icon indicating copy to clipboard operation
tkFileBrowser copied to clipboard

babel: Use format_decimal instead of format_number (deprecated)

Open pupitetris opened this issue 6 months ago • 1 comments

constants.py:locale_number uses format_number, which produces

DeprecationWarning: Use babel.numbers.format_decimal() instead.

format_number has been deprecated since babel 2.6.0.

https://babel.pocoo.org/en/latest/api/numbers.html

pupitetris avatar Jul 06 '25 02:07 pupitetris