[Python-checkins] cpython (2.7): whitespace fix.

senthil.kumaran python-checkins at python.org
Sun Aug 7 04:04:20 CEST 2011


http://hg.python.org/cpython/rev/f26662c34707
changeset:   71764:f26662c34707
branch:      2.7
user:        Senthil Kumaran <senthil at uthcode.com>
date:        Sun Aug 07 10:03:58 2011 +0800
summary:
  whitespace fix.

files:
  Lib/urllib.py |  1 -
  1 files changed, 0 insertions(+), 1 deletions(-)


diff --git a/Lib/urllib.py b/Lib/urllib.py
--- a/Lib/urllib.py
+++ b/Lib/urllib.py
@@ -1599,4 +1599,3 @@
     # Report during remote transfers
     print "Block number: %d, Block size: %d, Total size: %d" % (
         blocknum, blocksize, totalsize)
-

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list