commit | 81c427dfc5b8c1f5910974a1b949cb3602a5aca6 | [log] [tgz] |
---|---|---|
author | Jordan Pittier <jordan.pittier@scality.com> | Mon Apr 25 17:02:58 2016 +0200 |
committer | Jordan Pittier <jordan.pittier@scality.com> | Mon Apr 25 17:02:58 2016 +0200 |
tree | d0c1eda666517a0d9c7dcd19117e6be1ae326b74 | |
parent | 0caa891d38a8a7bbd0aa82f8c531dc6a308d66fc [diff] |
Py3: fix an error when adding two `dict_items` Fix the following error "TypeError: unsupported operand type(s) for +: 'dict_items' and 'dict_items'" on Python3. This is the only occurence of this pattern, as far as I can tell. Change-Id: I3d926c56648f8ae0b28abfd8ca1806134ba3df41