Actions
Bug #20602
closedrpm python API incompatible in python3
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
To do
Fix check:
To do
Regression:
Description
AttributeError: 'rpm.mi' object has no attribute 'next'
rpm.mi (among other rpm data types) supports the Python iterable interface. Iteration has changed between Python 2 and Python 3 and now uses .__next__() instead of .next(). Please update your documentation for reflect this.
Actions