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: inspect: Document Signature & Parameter constructors' signatures
Type: enhancement Stage:
Components: Versions: Python 3.4
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: eric.araujo, ezio.melotti, georg.brandl, larry, ncoghlan, python-dev, yselivanov
Priority: normal Keywords: patch

Created on 2014-01-29 21:46 by yselivanov, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
signature_docs_01.patch yselivanov, 2014-01-29 21:46 review
Messages (2)
msg209684 - (view) Author: Yury Selivanov (yselivanov) * (Python committer) Date: 2014-01-29 21:46
inspect.Signature & inspect.Parameter classes lack clear documentation about their constructors. Patch is attached.
msg209703 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2014-01-30 05:12
New changeset 0a3201aab2b8 by Yury Selivanov in branch 'default':
inspect.docs: Document constructors for Signature & Parameter #20442
http://hg.python.org/cpython/rev/0a3201aab2b8

New changeset 885c709d0dde by Yury Selivanov in branch '3.3':
inspect.docs: Document constructors for Signature & Parameter #20442
http://hg.python.org/cpython/rev/885c709d0dde
History
Date User Action Args
2022-04-11 14:57:57adminsetgithub: 64641
2014-01-30 05:13:01yselivanovsetstatus: open -> closed
resolution: fixed
2014-01-30 05:12:30python-devsetnosy: + python-dev
messages: + msg209703
2014-01-29 21:46:48yselivanovcreate