Fail to create Distibution ZClass Product 2.8.1 (fix included)

Bug #143500 reported by Bug Importer
0
Affects Status Importance Assigned to Milestone
Zope 2
Won't Fix
Medium
Unassigned

Bug Description

When creating a distribution of a zclass product it gives an error in line 51 of ExportImport.py in the function exportFile. The writelines function isn't available. I replaced it with the lines from 2.7.5 and it worked again

f.write(oid)
f.write(p64(len(p)))
f.write(p)

Revision history for this message
Hanno Schlichting (hannosch) wrote :

The code in question is no longer part of any maintained Zope release.

Changed in zope2:
status: New → Won't Fix
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.