[issue8814] functools.WRAPPER_ASSIGNMENTS should include __annotations__

Terrence Cole report at bugs.python.org
Thu Jun 17 03:04:18 CEST 2010


Terrence Cole <terrence at zettabytestorage.com> added the comment:

Alright, I've added several tests.  I also modified update_wrapper to not copy missing attributes (like __annotations__ on builtin methods) -- see issue 1576241.

(I also finally see what you mean with removing 3.3 from the versions list.  Sorry I didn't grok that before.)

----------
Added file: http://bugs.python.org/file17694/functools-wrapper-assign-annotations.diff

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue8814>
_______________________________________


More information about the Python-bugs-list mailing list