I am using haxe.zip.Tool.compress method in a Haxe 4.0.2 application that I want to export to Python, but it throws an exception saying “Not implemented for this platform”. When exporting to Java, Node or PHP it works fine.
By checking the Github repository, the path /haxe/std/python/_std/haxe does not contain a zip folder with the class implementations, something that is available on other platforms. The problem is that the documentation indicates that haxe.zip.Tools is available on all platforms, so this looks like a bug.