]> git.ipfire.org Git - thirdparty/babel.git/commit
add a `strict` mode to `parse_decimal()`
authorCharly C <changaco@changaco.oy.lc>
Sat, 16 Jun 2018 09:09:13 +0000 (11:09 +0200)
committerChangaco <changaco@changaco.oy.lc>
Sun, 17 Jun 2018 07:10:32 +0000 (09:10 +0200)
commitf7ac6530a70ad3b58a85add5ace83131777beb83
tree8513c2e56b8a374f57ee4620ab7b2e37def8f013
parenta3ef3c0fc13a0f1976019fcf1975ab588d8a2cb9
add a `strict` mode to `parse_decimal()`

Fixes https://github.com/python-babel/babel/issues/589
babel/numbers.py
tests/test_numbers.py