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.
Updated by Alexis Mousset almost 3 years ago
- Status changed from New to In progress
- Assignee set to Alexis Mousset
Updated by Alexis Mousset almost 3 years ago
- Status changed from In progress to Pending technical review
- Assignee changed from Alexis Mousset to Félix DALLIDET
- Pull Request set to https://github.com/Normation/rudder/pull/4124
Updated by Alexis Mousset almost 3 years ago
- Status changed from Pending technical review to Pending release
Applied in changeset rudder|2718e462c08178ed1a2d6df490520ba76dd7bdff.
Updated by Vincent MEMBRÉ almost 3 years ago
- Status changed from Pending release to Released
This bug has been fixed in Rudder 7.0.0~rc3 which was released today.
Actions