<table><tr><td style="">bruns updated this revision to Diff 40256.<br />bruns edited the summary of this revision. <a href="https://phabricator.kde.org/transactions/detail/PHID-XACT-DREV-lytak7flpsu4lyi/">(Show Details)</a><br />bruns removed a subscriber: arojas.<br />bruns added a comment.
</td><a style="text-decoration: none; padding: 4px 8px; margin: 0 8px 8px; float: right; color: #464C5C; font-weight: bold; border-radius: 3px; background-color: #F7F7F9; background-image: linear-gradient(to bottom,#fff,#f1f0f1); display: inline-block; border: 1px solid rgba(71,87,120,.2);" href="https://phabricator.kde.org/D14912">View Revision</a></tr></table><br /><div><div><p>Use dict.items() for Python 2.7 and Python 3</p></div></div><br /><div><strong>CHANGES TO REVISION SUMMARY</strong><div><div style="white-space: pre-wrap; color: #74777D;">iteritems is no longer an available method for dict in Python 3. <span style="padding: 0 2px; color: #333333; background: rgba(251, 175, 175, .7);">itemviews</span><span style="padding: 0 2px; color: #333333; background: rgba(151, 234, 151, .6);">Using<br />
dict.items() is functionally identical, although it creates some overhead<br />
for Python 2.7 (creation of a temporary list). As this is only called<br />
when tracing, this is not a big issue. For Python 3, there is no</span><br />
<span style="padding: 0 2px; color: #333333; background: rgba(251, 175, 175, .7);">from future.utils allows to use the same code for Python 2.7 and 3</span><span style="padding: 0 2px; color: #333333; background: rgba(151, 234, 151, .6);">overhead (dict.items() returns an iterator)</span>.</div></div></div><br /><div><strong>REPOSITORY</strong><div><div>R240 Extra CMake Modules</div></div></div><br /><div><strong>CHANGES SINCE LAST UPDATE</strong><div><a href="https://phabricator.kde.org/D14912?vs=39949&id=40256">https://phabricator.kde.org/D14912?vs=39949&id=40256</a></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D14912">https://phabricator.kde.org/D14912</a></div></div><br /><div><strong>AFFECTED FILES</strong><div><div>find-modules/rules_engine.py</div></div></div><br /><div><strong>To: </strong>bruns, Frameworks<br /><strong>Cc: </strong>kde-frameworks-devel, kde-buildsystem, michaelh, ngraham, bruns, arojas<br /></div>