From: Tim Peters Date: Fri, 19 May 2006 19:16:34 +0000 (+0000) Subject: Whitespace normalization. X-Git-Tag: v2.5b1~610 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8a299d25ec67f5cefe913fcc0dc28b11e34f1bde;p=thirdparty%2FPython%2Fcpython.git Whitespace normalization. --- diff --git a/Lib/tarfile.py b/Lib/tarfile.py index d6bbacfce79c..9f42a377f88f 100644 --- a/Lib/tarfile.py +++ b/Lib/tarfile.py @@ -1753,7 +1753,7 @@ class TarFile(object): try: tarinfo = TarInfo.frombuf(buf) - + # We shouldn't rely on this checksum, because some tar programs # calculate it differently and it is merely validating the # header block. We could just as well skip this part, which would