projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a28632b
)
Remove redundant emty line at the end of file.
author
Serhiy Storchaka
<storchaka@gmail.com>
Mon, 27 Jan 2014 09:27:51 +0000
(11:27 +0200)
committer
Serhiy Storchaka
<storchaka@gmail.com>
Mon, 27 Jan 2014 09:27:51 +0000
(11:27 +0200)
Lib/tempfile.py
patch
|
blob
|
history
diff --git
a/Lib/tempfile.py
b/Lib/tempfile.py
index 53c9942385f201788515dff96f189bc9066d720d..05d4cabe606366ac6c42422e73856c3dc8372557 100644
(file)
--- a/
Lib/tempfile.py
+++ b/
Lib/tempfile.py
@@
-692,4
+692,3
@@
class TemporaryDirectory(object):
if self.name is not None and not self._closed:
_shutil.rmtree(self.name)
self._closed = True
-