]> granicus.if.org Git - python/commit
The code to write timestamps couldn't handle negative times (and time
authorJack Jansen <jack.jansen@cwi.nl>
Wed, 21 Feb 2001 10:39:35 +0000 (10:39 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Wed, 21 Feb 2001 10:39:35 +0000 (10:39 +0000)
commit2d0589be6739e15bc27ab8996ee0727a5a3dda51
treeb8eb728af7ddbcd35c7ff9ca9d35894d39c5c07c
parent0009c4ea590b5bb4c00c33bc96dca47a42e720f1
The code to write timestamps couldn't handle negative times (and time
on the Mac is negativevalues > 0x80000000). Fixed.
Lib/gzip.py