[issue6090] zipfile DeprecationWarning Python 2.6.2

2009-08-21 Thread Cédric Krier
Changes by Cédric Krier : -- nosy: +ced ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/m

[issue6090] zipfile DeprecationWarning Python 2.6.2

2009-05-22 Thread Ivan Bykov
New submission from Ivan Bykov : Python 2.6.2 (r262:71605, Apr 14 2009, 22:40:02) [MSC v.1500 32 bit (Intel)] on win32 IDLE 2.6.2 >>> import zipfile >>> new = zipfile.ZipFile('C:\\x', 'w', zipfile.ZIP_DEFLATED) >>> zi = zipfile.ZipInfo('test',(1,2,3,4,5,6)) >>> new.writestr(zi,'fgh') Warn