]> granicus.if.org Git - python/commit
Issue 8814: functools.wraps() did not copy __annotations__.
authorRaymond Hettinger <python@rcn.com>
Sun, 8 Aug 2010 00:56:52 +0000 (00:56 +0000)
committerRaymond Hettinger <python@rcn.com>
Sun, 8 Aug 2010 00:56:52 +0000 (00:56 +0000)
commitc6d80c1bef62c996d1a7d3b544a108fef17fbf65
tree69bfd207498ceb86fcec365e074c50c0f752e5fc
parentf56c9cd30d7b7113e32a2562f66cc78a3ec441a3
Issue 8814: functools.wraps() did not copy __annotations__.
Doc/library/functools.rst
Lib/functools.py
Lib/test/test_functools.py
Misc/ACKS
Misc/NEWS