Bumped to version 0.3, adding translated functionality. 0.3
authorW. Trevor King <wking@drexel.edu>
Thu, 25 Jun 2009 19:05:04 +0000 (15:05 -0400)
committerW. Trevor King <wking@drexel.edu>
Thu, 25 Jun 2009 19:19:38 +0000 (15:19 -0400)
commitdabf74b9aff6c2be1663e971b4222213e5385292
treeaf7e39afba6baeeb6fc815de274a547d395d3fa9
parentb7ec46729b4870055193748e652517264bec7b9b
Bumped to version 0.3, adding translated functionality.

Now you can rename kwargs in parent functions.  This is useful
if some kwarg name is perfectly clear for the child function,
but needs a bit more context in the parent.  For example if
  vibrate(time)
is a child of
  calibrate(vibration_time)
you'd want to translate "time"->"vibration_time" somewehere
in between.  See the doc strings for explicit examples.
.be/bugs/05b1f110-85b5-4373-9378-07f54c7d316a/values
splittable_kwargs.py