On Wednesday, 29 March 2017 12.14.29 WEST Kornel Benko wrote:
> Export tests to previous lyx-versions using python3 are failing.

It should be working now.

Using iteritems() returns an iterator while items() returns a list in python 
2.

For python 3 items() returns and iterator and iteritems() does not exists.

Since the list of branches should be small (where I mean < 1000) the 
performance penalty will be negligible and it will work for both versions.

Regards,
-- 
José Abílio

Reply via email to