[issue6090] zipfile DeprecationWarning Python 2.5/2.6

2010-04-06 Thread Ezio Melotti
Changes by Ezio Melotti : -- nosy: +ezio.melotti priority: -> normal stage: -> needs patch type: -> behavior versions: -Python 2.5 ___ Python tracker ___ _

[issue6090] zipfile DeprecationWarning Python 2.5/2.6

2010-04-06 Thread anatoly techtonik
anatoly techtonik added the comment: This code is broken in 2.7alpha4 - it doesn't add file at all. Traceback (most recent call last): File "test.py", line 5, in new.writestr(zi,'fgh') File "C:\~env\Python27\lib\zipfile.py", line 1099, in writestr self.fp.write(zinfo.FileHeader())