projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b60ac7a
)
Issue #21058: fix typo in a comment. Patch written by Vajrasky Kok.
author
Victor Stinner
<victor.stinner@gmail.com>
Tue, 25 Mar 2014 17:19:17 +0000
(18:19 +0100)
committer
Victor Stinner
<victor.stinner@gmail.com>
Tue, 25 Mar 2014 17:19:17 +0000
(18:19 +0100)
Lib/test/test_tempfile.py
patch
|
blob
|
history
diff --git
a/Lib/test/test_tempfile.py
b/Lib/test/test_tempfile.py
index fda914e2a3c7c6a3cb982c5ccfd07a32b80426b8..b23c19fad61abc742eacf0fa47842aea4c61a50d 100644
(file)
--- a/
Lib/test/test_tempfile.py
+++ b/
Lib/test/test_tempfile.py
@@
-760,7
+760,7
@@
class TestNamedTemporaryFile(BaseTestCase):
self.assertRaises(ValueError, use_closed)
def test_no_leak_fd(self):
- # Issue #21058: don't leak file descriptor when io.pen() fails
+ # Issue #21058: don't leak file descriptor when io.
o
pen() fails
closed = []
def close(fd):
closed.append(fd)