[Python-checkins] r50771 - python/trunk/Modules/timemodule.c

brett.cannon python-checkins at python.org
Sat Jul 22 00:44:08 CEST 2006


Author: brett.cannon
Date: Sat Jul 22 00:44:07 2006
New Revision: 50771

Modified:
   python/trunk/Modules/timemodule.c
Log:
Remove an XXX marker in a comment.


Modified: python/trunk/Modules/timemodule.c
==============================================================================
--- python/trunk/Modules/timemodule.c	(original)
+++ python/trunk/Modules/timemodule.c	Sat Jul 22 00:44:07 2006
@@ -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:
 


More information about the Python-checkins mailing list