[Python-checkins] cpython: Remove redundant emty line at the end of file.

serhiy.storchaka python-checkins at python.org
Mon Jan 27 10:33:44 CET 2014


http://hg.python.org/cpython/rev/5c9904f8ae60
changeset:   88773:5c9904f8ae60
user:        Serhiy Storchaka <storchaka at gmail.com>
date:        Mon Jan 27 11:27:51 2014 +0200
summary:
  Remove redundant emty line at the end of file.

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


diff --git a/Lib/tempfile.py b/Lib/tempfile.py
--- a/Lib/tempfile.py
+++ b/Lib/tempfile.py
@@ -692,4 +692,3 @@
         if self.name is not None and not self._closed:
             _shutil.rmtree(self.name)
             self._closed = True
-

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


More information about the Python-checkins mailing list