summaryrefslogtreecommitdiffstats
path: root/Modules/timemodule.c
diff options
context:
space:
mode:
authorBrett Cannon <bcannon@gmail.com>2006-07-21 22:44:07 (GMT)
committerBrett Cannon <bcannon@gmail.com>2006-07-21 22:44:07 (GMT)
commit468e45edc1694606b6f2c4eb901eb9485bb493da (patch)
tree34162d252ac84342e72631c7682d3d19b8a4fa1b /Modules/timemodule.c
parent4085f1499c55b38343b86ced4b67b7382ffbecc3 (diff)
downloadcpython-468e45edc1694606b6f2c4eb901eb9485bb493da.zip
cpython-468e45edc1694606b6f2c4eb901eb9485bb493da.tar.gz
cpython-468e45edc1694606b6f2c4eb901eb9485bb493da.tar.bz2
Remove an XXX marker in a comment.
Diffstat (limited to 'Modules/timemodule.c')
-rw-r--r--Modules/timemodule.c2
1 files changed, 1 insertions, 1 deletions
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 @@ 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: