Roundup Tracker - Issues

Issue 955066

classification
Deprication warning date.py(351) in strftime
Type: Severity: normal
Components: Database Versions:
process
Status: closed fixed
:
: richard : richard, rouilj
Priority: normal :

Created on 2004-05-17 03:07 by rouilj, last changed 2004-05-17 03:07 by rouilj.

Messages
msg1260 Author: [hidden] (rouilj) Date: 2004-05-17 03:07
I have obtained the following warning while running the 
sysadmin tracker:

/tools/roundup-0.7.2a/lib/python2.3/site-
packages/roundup/date.py:351: DeprecationWarning: int
eger argument expected, got float
  str = time.strftime(format, (self.year, self.month, 
self.day,

I assume one of the self's is a float and not an int?
As far as I can see I am not assigning a floating point
number to any of these elements, but I am not sure 
where in the code this call is being triggered.

Is there any way to get a full traceback on this?

-- rouilj
History
Date User Action Args
2004-05-17 03:07:36rouiljcreate