projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
52fbea1
)
Oops. Update a placeholder comment with the issue number.
author
Brian Curtin
<brian@python.org>
Sun, 6 Nov 2011 19:50:15 +0000
(13:50 -0600)
committer
Brian Curtin
<brian@python.org>
Sun, 6 Nov 2011 19:50:15 +0000
(13:50 -0600)
Lib/test/test_os.py
patch
|
blob
|
history
diff --git
a/Lib/test/test_os.py
b/Lib/test/test_os.py
index b74d051a6b3dccd0177a8e8ddbc3a09ee7e5ff23..da143cf3c073408a280a4f271d4120ea6edef434 100644
(file)
--- a/
Lib/test/test_os.py
+++ b/
Lib/test/test_os.py
@@
-271,7
+271,7
@@
class StatAttributeTests(unittest.TestCase):
self.assertEqual(st2.st_mtime, int(st.st_mtime-delta))
def test_utime_noargs(self):
- #
(insert issue#)
removed the requirement to pass None as the
+ #
Issue #13327
removed the requirement to pass None as the
# second argument. Check that the previous methods of passing
# a time tuple or None work in addition to no argument.
st = os.stat(support.TESTFN)