Kaydet (Commit) 0277aa3b authored tarafından Brian Curtin's avatar Brian Curtin

Oops. Update a placeholder comment with the issue number.

üst 52fbea1d
...@@ -271,7 +271,7 @@ class StatAttributeTests(unittest.TestCase): ...@@ -271,7 +271,7 @@ class StatAttributeTests(unittest.TestCase):
self.assertEqual(st2.st_mtime, int(st.st_mtime-delta)) self.assertEqual(st2.st_mtime, int(st.st_mtime-delta))
def test_utime_noargs(self): 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 # second argument. Check that the previous methods of passing
# a time tuple or None work in addition to no argument. # a time tuple or None work in addition to no argument.
st = os.stat(support.TESTFN) st = os.stat(support.TESTFN)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment