]> git.ipfire.org Git - thirdparty/babel.git/commit
Flatten NullTranslations.files into a list 301/head
authorAarni Koskela <akx@iki.fi>
Wed, 23 Dec 2015 21:21:33 +0000 (23:21 +0200)
committerAarni Koskela <akx@iki.fi>
Tue, 29 Dec 2015 05:30:34 +0000 (07:30 +0200)
commitad11101f5e74abd0c6d9dc2d65ecd600b854da22
treee05e5b86cb757ca9f4fc7682d70682d6602d92e5
parent5d0c4ef8a55bc507650e9ff750328883d371d5c3
Flatten NullTranslations.files into a list

`filter` is special in Python 3, and latter usages would error out in
strange ways.

Fixes #92 (https://github.com/python-babel/babel/pull/92)
Fixes #162 (https://github.com/python-babel/babel/pull/162)
babel/support.py
tests/test_support.py