summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Curtin <brian@python.org>2011-11-06 19:50:15 (GMT)
committerBrian Curtin <brian@python.org>2011-11-06 19:50:15 (GMT)
commit0277aa3b24c502af0166772fed830e0d2af6dfcf (patch)
tree7050a3e63c4003fc103a7f35e1646a026c10d1e3
parent52fbea1d871c99bad3d6f113cebd01ac9c68d5b9 (diff)
downloadcpython-0277aa3b24c502af0166772fed830e0d2af6dfcf.zip
cpython-0277aa3b24c502af0166772fed830e0d2af6dfcf.tar.gz
cpython-0277aa3b24c502af0166772fed830e0d2af6dfcf.tar.bz2
Oops. Update a placeholder comment with the issue number.
-rw-r--r--Lib/test/test_os.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_os.py b/Lib/test/test_os.py
index b74d051..da143cf 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)