]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix tarfile depending on buggy int('1\0', base) behavior.
authorGeorg Brandl <georg@python.org>
Thu, 12 Oct 2006 12:03:07 +0000 (12:03 +0000)
committerGeorg Brandl <georg@python.org>
Thu, 12 Oct 2006 12:03:07 +0000 (12:03 +0000)
commit35207712dcfef23dea29d83e4d3d15fcab38b55e
treea21dfbf03d5d99d1ea1c073bff56364a5d951e58
parenta9969a64606bc426d95a1302e8710988d5849767
Fix tarfile depending on buggy int('1\0', base) behavior.
Lib/tarfile.py