From: Brian Curtin Date: Sun, 6 Nov 2011 19:50:15 +0000 (-0600) Subject: Oops. Update a placeholder comment with the issue number. X-Git-Tag: v3.3.0a1~920 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0277aa3b24c502af0166772fed830e0d2af6dfcf;p=thirdparty%2FPython%2Fcpython.git Oops. Update a placeholder comment with the issue number. --- diff --git a/Lib/test/test_os.py b/Lib/test/test_os.py index b74d051a6b3d..da143cf3c073 100644 --- 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)