e70b66586e
The iteritems() of Python 2 dictionaries has been renamed to items() on Python 3. According to a discussion on the openstack-dev mailing list, the overhead of creating a temporary list using dict.items() on Python 2 is very low because most dictionaries are small: http://lists.openstack.org/pipermail/openstack-dev/2015-June/066391.html Patch generated by the following command: sed -i 's,iteritems,items,g' \ $(find swift -name "*.py") \ $(find test -name "*.py") Change-Id: I6070bb6c684be76e8e77222a7d280ec6edd43496 |
||
---|---|---|
.. | ||
eo/LC_MESSAGES | ||
__init__.py | ||
eo.po | ||
messages.mo | ||
README | ||
test_locale.py |
rebuild the .mo with msgfmt (included with GNU gettext) msgfmt eo.po