Oops. Update a placeholder comment with the issue number.
authorBrian Curtin <brian@python.org>
Sun, 6 Nov 2011 19:50:15 +0000 (13:50 -0600)
committerBrian Curtin <brian@python.org>
Sun, 6 Nov 2011 19:50:15 +0000 (13:50 -0600)
Lib/test/test_os.py

index b74d051a6b3dccd0177a8e8ddbc3a09ee7e5ff23..da143cf3c073408a280a4f271d4120ea6edef434 100644 (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)