Roundup Tracker - Issues

Issue 964450

classification
back_anydbm.py", line 2054: local var date obscures package
Type: Severity: normal
Components: Command-line interface Versions:
process
Status: closed fixed
:
: : bostrick
Priority: normal :

Created on 2004-06-01 18:23 by bostrick, last changed 2004-06-01 18:23 by bostrick.

Files
File name Uploaded Description Edit Remove
roundup-0.7.3-localdate.patch bostrick, 2004-06-01 18:23 two line edit patch to solve problem
Messages
msg1282 Author: [hidden] (bostrick) Date: 2004-06-01 18:23
during import, local variable 'date' obscure package
name date in 
the following line 2054:

           r.append((nodeid, date.Date(date), user,
action, params))

Patch against 7.0.3 included.
History
Date User Action Args
2004-06-01 18:23:36bostrickcreate