summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
W. Trevor King [Thu, 25 Jun 2009 19:05:04 +0000 (15:05 -0400)]
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.
W. Trevor King [Wed, 20 May 2009 17:43:55 +0000 (13:43 -0400)]
Packaged with setuptools and published version 0.2.
W. Trevor King [Wed, 20 May 2009 17:33:00 +0000 (13:33 -0400)]
Added better error handling to _kwargs() and added doctests.
The docstring examples were close, and it's not good to get out-of-date.
W. Trevor King [Sun, 21 Dec 2008 03:54:54 +0000 (22:54 -0500)]
Added BE bugtracker.
W. Trevor King [Sun, 21 Dec 2008 03:51:15 +0000 (22:51 -0500)]
Began versioning