Berker Peksag added the comment:
__qualname__ was added to WRAPPER_ASSIGNMENTS in 963e98f5ad31 (issue 13544).
Thanks for the patch!
--
nosy: +berker.peksag
resolution: -> fixed
stage: -> resolved
status: open -> closed
type: -> behavior
versions: +Python 3.5
Roundup Robot added the comment:
New changeset 11d8f5d1968d by Berker Peksag in branch '3.5':
Issue #26615: Add missing __qualname__ entry to functools.update_wrapper() docs
https://hg.python.org/cpython/rev/11d8f5d1968d
New changeset ee9921b29fd8 by Berker Peksag in branch 'default':
Issue #266
New submission from Xiang Zhang:
WRAPPER_ASSIGNMENTS now contains __qualname__ but the documentation doesn't
mention it.
--
assignee: docs@python
components: Documentation
files: functools_doc.patch
keywords: patch
messages: 262237
nosy: docs@python, xiang.zhang
priority: normal
severit