[issue38288] shutil.make_archive() should allow setting zipfile.ZipFile() 'strict_timestamps'

2019-10-14 Thread Karthikeyan Singaravelan
Change by Karthikeyan Singaravelan : -- nosy: +serhiy.storchaka ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue38288] shutil.make_archive() should allow setting zipfile.ZipFile() 'strict_timestamps'

2019-10-14 Thread Tahia K
Tahia K added the comment: I went ahead and picked this one up :) PR is posted to github. -- ___ Python tracker ___ ___

[issue38288] shutil.make_archive() should allow setting zipfile.ZipFile() 'strict_timestamps'

2019-10-14 Thread Tahia K
Change by Tahia K : -- keywords: +patch pull_requests: +16353 stage: -> patch review pull_request: https://github.com/python/cpython/pull/16797 ___ Python tracker ___

[issue38288] shutil.make_archive() should allow setting zipfile.ZipFile() 'strict_timestamps'

2019-09-26 Thread Tahia K
Tahia K added the comment: Hello, I'm interested in picking this task up. Would it be alright for me to grab it? -- nosy: +ta1hia ___ Python tracker ___

[issue38288] shutil.make_archive() should allow setting zipfile.ZipFile() 'strict_timestamps'

2019-09-26 Thread Alori
Alori added the comment: ...would solve the issue (cut off from previous post) -- ___ Python tracker ___ ___ Python-bugs-list

[issue38288] shutil.make_archive() should allow setting zipfile.ZipFile() 'strict_timestamps'

2019-09-26 Thread Alori
New submission from Alori : https://bugs.python.org/issue34097 addressed a zipfile.ZipFile() issue where zip files with timestamps prior to the year 1980 could not be created. The fix adds the strict_timestamps=True|False keyword argument to the ZipFile class. shutil.make_archive() is a