]> git.ipfire.org Git - thirdparty/babel.git/commit
tests: Use the automatically chosen Decimal class 272/head
authorIsaac Jurado <diptongo@gmail.com>
Sun, 11 Oct 2015 12:26:04 +0000 (14:26 +0200)
committerIsaac Jurado <diptongo@gmail.com>
Wed, 14 Oct 2015 17:54:12 +0000 (19:54 +0200)
commitfe77bb3e66a7838b119e6b8ca92c2e0396ed84dd
treeebaf38db523250c447d61e52f03f068343f0e9ec
parentb6169be329e121111dc9c3242c3538ee3b0a3aaa
tests: Use the automatically chosen Decimal class

Now that the babel._compat module can automatically select a faster decimal
implementation if available, be more consistent across the rest of the code when
dealing with Decimal instances.
babel/plural.py
tests/test_numbers.py
tests/test_plural.py