I need ibus 1.5.1 soon.
lgtm https://codereview.appspot.com/6867085/diff/1/bindings/pygobject/gi/overrides... File bindings/pygobject/gi/overrides/IBus.py (right): https://codereview.appspot.com/6867085/diff/1/bindings/pygobject/gi/overrides... bindings/pygobject/gi/overrides/IBus.py:201: prop_type = kwargs.pop('prop_type', type) What's the different of get & pop?
On 2012/12/10 13:59:17, Peng wrote: > lgtm > > https://codereview.appspot.com/6867085/diff/1/bindings/pygobject/gi/overrides... > File bindings/pygobject/gi/overrides/IBus.py (right): > > https://codereview.appspot.com/6867085/diff/1/bindings/pygobject/gi/overrides... > bindings/pygobject/gi/overrides/IBus.py:201: prop_type = kwargs.pop('prop_type', > type) > What's the different of get & pop.
https://codereview.appspot.com/6867085/diff/1/bindings/pygobject/gi/overrides... File bindings/pygobject/gi/overrides/IBus.py (right): https://codereview.appspot.com/6867085/diff/1/bindings/pygobject/gi/overrides... bindings/pygobject/gi/overrides/IBus.py:201: prop_type = kwargs.pop('prop_type', type) On 2012/12/10 13:59:17, Peng wrote: > What's the different of get & pop? pop returns the value and deletes it in dict.