]> granicus.if.org Git - python/commitdiff
Remove an XXX marker in a comment.
authorBrett Cannon <bcannon@gmail.com>
Fri, 21 Jul 2006 22:44:07 +0000 (22:44 +0000)
committerBrett Cannon <bcannon@gmail.com>
Fri, 21 Jul 2006 22:44:07 +0000 (22:44 +0000)
Modules/timemodule.c

index eb279fc9cdbb8c40320a9dd1eea3d2318991100b..444b739fe72355168acaeb0657fa9ce010042695 100644 (file)
@@ -408,7 +408,7 @@ time_strftime(PyObject *self, PyObject *args)
 
            Also support values of zero from Python code for arguments in which
            that is out of range by forcing that value to the lowest value that
-           is valid (fixed bug #XXX).
+           is valid (fixed bug #1520914).
 
            Valid ranges based on what is allowed in struct tm: