]> granicus.if.org Git - python/commit
Fix tarfile depending on buggy int('1\0', base) behavior.
authorGeorg Brandl <georg@python.org>
Thu, 12 Oct 2006 12:03:11 +0000 (12:03 +0000)
committerGeorg Brandl <georg@python.org>
Thu, 12 Oct 2006 12:03:11 +0000 (12:03 +0000)
commit58bf57fa040741496cd4c53c85e3269a3e11af1b
treee9d353b5c6747509f88ea98e680f3984e9f1f343
parentef11b1ab9cbbafd23b2be81bf933e58f6809d89e
Fix tarfile depending on buggy int('1\0', base) behavior.
 (backport from rev. 52313)
Lib/tarfile.py