Skip to content

Changes for Python 3.

Reiner Hauser requested to merge python3 into master

These are the Python changes for Python 3. All tests are successful.

In the C++/Python binding a new method next() was added to the ROBFragment_iterator to have the proper names for both Python 2 and Python 3. This could also be done in init.py on the Python 2 level, I guess.

Merge request reports