Files
python-keystoneclient/keystoneclient
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-06-18 19:12:39 -05:00
2014-02-08 22:22:08 +08:00
2012-09-29 16:03:23 -07:00
2014-06-18 19:12:39 -05:00
2014-06-25 10:03:32 +10:00
2014-05-03 09:54:39 +02:00
2014-02-08 22:22:08 +08:00
2014-02-08 22:22:08 +08:00
2014-05-06 10:21:30 +10:00
2014-05-23 13:36:02 +10:00