[issue14810] tarfile does not support timestamp older 1970-01-01

2021-04-26 Thread Irit Katriel
Irit Katriel added the comment: Python 2 only issue. -- nosy: +iritkatriel resolution: -> out of date stage: -> resolved status: open -> closed ___ Python tracker ___ __

[issue14810] tarfile does not support timestamp older 1970-01-01

2013-01-03 Thread Марк Коренберг
Марк Коренберг added the comment: And yes, bug does not appear in python3.2 -- ___ Python tracker ___ ___ Python-bugs-list mailing lis

[issue14810] tarfile does not support timestamp older 1970-01-01

2013-01-03 Thread Марк Коренберг
Марк Коренберг added the comment: Yes, bug exists in python 2.7. The same problem - negative timestamp in mtime field. It prepresented in binary value as '\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xc7\xfc' in my case. -- nosy: +mmarkk ___ Python tra

[issue14810] tarfile does not support timestamp older 1970-01-01

2012-05-30 Thread STINNER Victor
Changes by STINNER Victor : -- title: Bug in tarfile -> tarfile does not support timestamp older 1970-01-01 ___ Python tracker ___ ___