]> git.ipfire.org Git - thirdparty/babel.git/commit
Removed uses of datetime.date class from *.dat files (#174)
authorJun Omae <jun66j5@gmail.com>
Tue, 4 Aug 2015 11:15:25 +0000 (20:15 +0900)
committerErick Wilder <erickwilder@gmail.com>
Mon, 24 Aug 2015 17:34:48 +0000 (14:34 -0300)
commitefd3f6303be28960394f93d16229f6c6088f92ff
tree2cb70b13b15099155070b60e341825782b058d8f
parentaa5b28d3c59c2fa811e929cf8158b4f942faf86e
Removed uses of datetime.date class from *.dat files (#174)

To avoid incompatible *.dat files between Python 2 and 3.
Added unit tests for that *.dat files have only babel classes

 Author:    Jun Omae <jun66j5@gmail.com>
babel/numbers.py
scripts/import_cldr.py
tests/test_core.py