[issue26615] Missing entry in WRAPPER_ASSIGNMENTS in update_wrapper's doc
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 severity: normal status: open title: Missing entry in WRAPPER_ASSIGNMENTS in update_wrapper's doc versions: Python 3.6 Added file: http://bugs.python.org/file42247/functools_doc.patch _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue26615> _______________________________________
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 #26615: Add missing __qualname__ entry to functools.update_wrapper() docs https://hg.python.org/cpython/rev/ee9921b29fd8 ---------- nosy: +python-dev _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue26615> _______________________________________
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 _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue26615> _______________________________________
participants (3)
-
Berker Peksag
-
Roundup Robot
-
Xiang Zhang