Oops. Update a placeholder comment with the issue number.

This commit is contained in:
Brian Curtin 2011-11-06 13:50:15 -06:00
parent 52fbea1d87
commit 0277aa3b24
1 changed files with 1 additions and 1 deletions

View File

@ -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)