This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: BoundArguments.signature not documented
Type: behavior Stage: resolved
Components: Documentation Versions: Python 3.4, Python 3.5
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: docs@python Nosy List: docs@python, pitrou, python-dev, yselivanov
Priority: normal Keywords: easy, patch

Created on 2015-05-14 10:21 by pitrou, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
sig_ba_docs.patch yselivanov, 2015-05-14 15:28 review
Messages (3)
msg243168 - (view) Author: Antoine Pitrou (pitrou) * (Python committer) Date: 2015-05-14 10:21
The "signature" property on BoundArguments seems to be deliberately public (since there's also a private "_signature" attribute), but it's not documented.
msg243194 - (view) Author: Yury Selivanov (yselivanov) * (Python committer) Date: 2015-05-14 15:28
Good catch!  Please take a look at the attached patch.
msg243212 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2015-05-14 18:14
New changeset 1012a8138fcb by Yury Selivanov in branch '3.4':
Issue 24191: Document BoundArguments.signature
https://hg.python.org/cpython/rev/1012a8138fcb

New changeset 970454df99cd by Yury Selivanov in branch 'default':
Issue 24191: Document BoundArguments.signature
https://hg.python.org/cpython/rev/970454df99cd
History
Date User Action Args
2022-04-11 14:58:16adminsetgithub: 68379
2015-05-14 18:15:00yselivanovsetstatus: open -> closed
resolution: fixed
stage: resolved
2015-05-14 18:14:37python-devsetnosy: + python-dev
messages: + msg243212
2015-05-14 15:28:56yselivanovsetfiles: + sig_ba_docs.patch
keywords: + patch
messages: + msg243194
2015-05-14 10:21:10pitroucreate