Skip to content

Fix handling of itertools.izip

Samuel GAIST requested to merge plotter_fix_zip_handling into 1.4.x

In python 3, izip became zip in the global space.

Merge request reports