zeekay / decorum

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

'assigned' option defaults to functools.WRAPPER_ASSIGNMENTS #18

Closed benoitbryon closed 9 years ago

benoitbryon commented 9 years ago

Based on #16, this pull-request changes default value of 'assigned' argument, using functools.WRAPPER_ASSIGNMENTS. Refs #17.