Activity log for bug #1526140

Date Who What changed Old value New value Message
2015-12-15 02:59:05 Wang Bo bug added bug
2015-12-15 02:59:13 Wang Bo horizon: assignee Wang Bo (chestack)
2015-12-15 03:01:07 Wang Bo description Refer to: http://docs.python-guide.org/en/latest/writing/gotchas/. we should not use mutable default arguments in function definitions. So we need remove the default arguments "[]" and "{}" in function definitions. "[]" has been removed in patch: https://review.openstack.org/#/c/256931/2. We need fix the left "{}" usage. Refer to: http://docs.python-guide.org/en/latest/writing/gotchas/. We should not use mutable default arguments in function definitions. So we need remove the default arguments "[]" and "{}" in function definitions. "[]" has been removed in patch: https://review.openstack.org/#/c/256931/2. We also need fix the code incorrectly using "{}".
2015-12-22 08:28:51 Wang Bo horizon: status New Fix Committed
2016-01-12 13:08:23 Rob Cresswell horizon: importance Undecided Low
2016-01-12 13:08:29 Rob Cresswell horizon: milestone mitaka-2
2016-03-19 18:24:06 Rob Cresswell horizon: status Fix Committed Fix Released