Remove an XXX marker in a comment.
diff --git a/Modules/timemodule.c b/Modules/timemodule.c
index eb279fc9..444b739 100644
--- a/Modules/timemodule.c
+++ b/Modules/timemodule.c
@@ -408,7 +408,7 @@
 
 	    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: