Martin v. Löwis <[email protected]> added the comment: This is not a bug in the code, but in the application. You are passing a date before 1980; this is not supported in zipfiles. Try passing 1980 instead of 1.
I think the error message could be better, though; it should probably be a ValueError. Reducing the priority to normal. ---------- nosy: +loewis priority: critical -> normal _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue6090> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
