zeekay / decorum

Python decorator helper library.
MIT License
14 stars 2 forks source link

'assigned' option defaults to functools.WRAPPER_ASSIGNMENTS #17

Closed benoitbryon closed 9 years ago

benoitbryon commented 9 years ago

As of version 0.5.1, assigned option of Decorum class defaults to ('__doc__', '__name__'). What about using functools.WRAPPER_ASSIGNMENTS: