mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
bpo-38536: locale: Remove trailing space in formatted currency (GH-16864)
This commit is contained in:
parent
d8ef64422a
commit
e96d954527
3 changed files with 5 additions and 2 deletions
|
@ -0,0 +1,2 @@
|
|||
Removes trailing space in formatted currency with `international=True` and a locale with symbol following value.
|
||||
E.g. `locale.currency(12.34, international=True)` returned `'12,34 EUR '` instead of `'12,34 EUR'`.
|
Loading…
Add table
Add a link
Reference in a new issue