[Python-checkins] r46052 - python/trunk/Lib/tarfile.py

tim.peters python-checkins at python.org
Fri May 19 21:16:35 CEST 2006


Author: tim.peters
Date: Fri May 19 21:16:34 2006
New Revision: 46052

Modified:
   python/trunk/Lib/tarfile.py
Log:
Whitespace normalization.


Modified: python/trunk/Lib/tarfile.py
==============================================================================
--- python/trunk/Lib/tarfile.py	(original)
+++ python/trunk/Lib/tarfile.py	Fri May 19 21:16:34 2006
@@ -1753,7 +1753,7 @@
 
             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


More information about the Python-checkins mailing list