]> granicus.if.org Git - python/commit
Whitespace normalization. Ugh, we really need to do this more often.
authorNeal Norwitz <nnorwitz@gmail.com>
Wed, 25 Apr 2007 06:30:05 +0000 (06:30 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Wed, 25 Apr 2007 06:30:05 +0000 (06:30 +0000)
commit0d4c06e06e5ee1f3bb1fa8068114bd700d74864a
tree021c8e11696fc29a41ddd9e853af42e6008a58f6
parente47c508850392422ebbf15c86e7411b46addfcd0
Whitespace normalization.  Ugh, we really need to do this more often.
You might want to review this change as it's my first time.  Be gentle. :-)
38 files changed:
Lib/ctypes/__init__.py
Lib/ctypes/test/test_numbers.py
Lib/decimal.py
Lib/ftplib.py
Lib/pdb.py
Lib/posixpath.py
Lib/socket.py
Lib/tempfile.py
Lib/test/outstanding_bugs.py
Lib/test/string_tests.py
Lib/test/test_descr.py
Lib/test/test_fileinput.py
Lib/test/test_ftplib.py
Lib/test/test_gc.py
Lib/test/test_getopt.py
Lib/test/test_httplib.py
Lib/test/test_long_future.py
Lib/test/test_minidom.py
Lib/test/test_module.py
Lib/test/test_normalization.py
Lib/test/test_os.py
Lib/test/test_popen2.py
Lib/test/test_poplib.py
Lib/test/test_pyexpat.py
Lib/test/test_re.py
Lib/test/test_sax.py
Lib/test/test_set.py
Lib/test/test_smtplib.py
Lib/test/test_socket.py
Lib/test/test_socket_ssl.py
Lib/test/test_softspace.py
Lib/test/test_stringprep.py
Lib/test/test_syntax.py
Lib/test/test_tarfile.py
Lib/test/test_telnetlib.py
Lib/test/test_zipfile.py
Lib/timeit.py
Lib/urllib2.py