]> git.ipfire.org Git - thirdparty/babel.git/commit
numbers: Properly load and expose currency format types
authorIsaac Jurado <diptongo@gmail.com>
Sun, 16 Aug 2015 09:27:03 +0000 (11:27 +0200)
committerIsaac Jurado <diptongo@gmail.com>
Sun, 27 Sep 2015 13:05:10 +0000 (15:05 +0200)
commitdf676ab8dbeabb48e2a60ff8da74fc3bee21a979
tree10367433ef6feaab4409823a1fdd5a08433b32c2
parentd676f26827c387fce9235ff878f3262925dc957d
numbers: Properly load and expose currency format types

The type of the currency format (e.g. "standard", "accounting") was not
interpreted correctly from the CLDR data.  Now there should not be any currency
format identified by "None".

Fixes https://github.com/mitsuhiko/babel/issues/201
babel/core.py
babel/numbers.py
scripts/import_cldr.py
tests/test_core.py