liuqing
4766d168ba
Use immutable arg rather mutable arg
...
Passing mutable objects as default args is a known Python pitfall.
We'd better avoid this. This commit changes mutable default args with
None, then use 'arg = arg or []'.
Change-Id: I52a37bbc129fab40a99c919a837147d663941dce
2014-07-01 16:42:24 +08:00
..
2014-04-15 09:38:20 +10:00
2014-06-23 07:19:52 +10:00
2014-02-08 22:22:08 +08:00
2014-06-28 20:41:29 +00:00
2014-06-19 10:46:27 +10:00
2013-09-24 12:34:17 +10:00
2014-05-27 18:39:29 -07:00
2014-07-01 16:42:24 +08:00
2014-06-19 22:14:47 -04:00
2014-02-18 20:47:56 +08:00
2014-05-09 11:48:17 -07:00
2014-06-15 11:14:08 +08:00
2014-02-08 22:22:08 +08:00
2014-02-13 03:43:31 +00:00
2014-03-21 16:59:09 +10:00
2014-06-19 22:14:47 -04:00
2014-02-13 03:43:31 +00:00
2014-02-13 03:43:31 +00:00
2014-06-25 10:03:32 +10:00
2014-06-19 22:14:47 -04:00
2014-06-15 11:14:08 +08:00
2014-06-19 22:14:47 -04:00