RE: [PATCH v2 1/4] pwclient: dict.iteritems() is deprecated in Python 3

2015-10-19 Thread Finucane, Stephen
> > Just use dict.items(), since there are few fields and we don't really > > care about the extra copying. > > > > Signed-off-by: Brian Norris > > Reviewed-by: Mike Frysinger > > Reviewed-by: Stephen Finucane

[PATCH v2 1/4] pwclient: dict.iteritems() is deprecated in Python 3

2015-10-16 Thread Brian Norris
Just use dict.items(), since there are few fields and we don't really care about the extra copying. Signed-off-by: Brian Norris Reviewed-by: Mike Frysinger --- v2: unchanged patchwork/bin/pwclient | 2 +- 1 file changed, 1 insertion(+), 1