diff options
author | Christoph Erhardt <kolab@sicherha.de> | 2021-06-05 14:44:05 +0200 |
---|---|---|
committer | Christoph Erhardt <kolab@sicherha.de> | 2022-01-10 20:51:35 +0100 |
commit | cfdb3e4f7f150bd01b73622662766459f390f10d (patch) | |
tree | 6e5d710d6b49ac2f0324d91faae1d325cd6d75b4 /po/bn.po | |
parent | 9a5f92139d3fbe7fa1945d38198a9cdc74831ac5 (diff) | |
download | pykolab-cfdb3e4f7f150bd01b73622662766459f390f10d.tar.gz |
[Python 3] Use .items() instead of .iteritems()
Summary:
.iteritems() was dropped in Python 3.0.
This commit may have a negative performance impact on Python 2 since
.items() returns a copy of the dictionary's item list. In Python 3,
.items() returns a view object, so no performance drop should be
noticeable there.
Reviewers: machniak, mollekopf
Reviewed By: mollekopf
Subscribers: mollekopf
Differential Revision: https://git.kolab.org/D3244
Diffstat (limited to 'po/bn.po')
0 files changed, 0 insertions, 0 deletions