commit | 560f7647ce5991140e215a7ac775130798c92dc8 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Wed Aug 04 18:28:02 2010 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Wed Aug 04 18:28:02 2010 +0000 |
tree | 7b19296ddf3d8a0d111766226cff9367f77bd619 | |
parent | 5626eec0c2f62999967eff0ab6aa8ad329e8571b [diff] |
Issue #8814: function annotations (the `__annotations__` attribute) are now included in the set of attributes copied by default by functools.wraps and functools.update_wrapper. Patch by Terrence Cole.