[issue1760357] ZipFile.write fails with bad modification time

2021-10-20 Thread Christian Heimes
Change by Christian Heimes : -- versions: +Python 3.10, Python 3.11, Python 3.9 -Python 2.6, Python 2.7, Python 3.1, Python 3.2 ___ Python tracker ___ __

[issue1760357] ZipFile.write fails with bad modification time

2019-07-27 Thread Karthikeyan Singaravelan
Karthikeyan Singaravelan added the comment: Linsey Alvarez, I am not sure how it's related to email. So I am removing the email tag and changing the subject back. -- components: -email nosy: +xtreak title: loveubyl...@gmail.com -> ZipFile.write fails with bad modification time _

[issue1760357] ZipFile.write fails with bad modification time

2012-04-28 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: An alternative is to use the current time, as for stdin. -- nosy: +storchaka ___ Python tracker ___ ___

[issue1760357] ZipFile.write fails with bad modification time

2010-01-17 Thread Brian Curtin
Changes by Brian Curtin : -- nosy: +brian.curtin stage: -> test needed type: -> behavior versions: +Python 2.6, Python 2.7, Python 3.1, Python 3.2 ___ Python tracker ___

[issue1760357] ZipFile.write fails with bad modification time

2007-12-23 Thread Alan McIntyre
Alan McIntyre added the comment: At the moment I don't have a Windows machine available, but on my Mac, time.localtime doesn't seem to mind interpreting negative input values. So I doubt that forcing timestamps to be non-negative is the way to fix this. I poked around a bit in the current 2.6

[issue1760357] ZipFile.write fails with bad modification time

2007-08-26 Thread Grzegorz Adam Hankiewicz
Grzegorz Adam Hankiewicz added the comment: Any progress report on this issue, please? _ Tracker <[EMAIL PROTECTED]> ___