]> git.ipfire.org Git - thirdparty/babel.git/commit
Added support for territory currency lookups.
authorArmin Ronacher <armin.ronacher@active-4.com>
Tue, 30 Jul 2013 00:13:45 +0000 (02:13 +0200)
committerArmin Ronacher <armin.ronacher@active-4.com>
Tue, 30 Jul 2013 00:13:45 +0000 (02:13 +0200)
commitb409813eff5142e1856e5e57c221b72d8d5b978b
tree7069397cc75a81f0d46b0945537f110e4a2df961
parenteead4a3773a241bbf2567f805a7fb26b4cf962a9
Added support for territory currency lookups.

The main usecase of this is to figure out at what point in time did
a country use a certain currency.  The default behavior is to use
the current date.

This fixes #42
CHANGES
babel/numbers.py
docs/api/numbers.rst
scripts/import_cldr.py
tests/test_numbers.py