From 468e45edc1694606b6f2c4eb901eb9485bb493da Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Fri, 21 Jul 2006 22:44:07 +0000 Subject: [PATCH] Remove an XXX marker in a comment. --- Modules/timemodule.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/timemodule.c b/Modules/timemodule.c index eb279fc9cdb..444b739fe72 100644 --- a/Modules/timemodule.c +++ b/Modules/timemodule.c @@ -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: