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: code object docstring obsolete
Type: Stage:
Components: Interpreter Core Versions: Python 3.0
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: georg.brandl, pitrou
Priority: normal Keywords:

Created on 2008-01-26 06:12 by pitrou, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
codedoc.patch pitrou, 2008-01-26 06:12
Messages (2)
msg61699 - (view) Author: Antoine Pitrou (pitrou) * (Python committer) Date: 2008-01-26 06:12
The docstring for the code object mentions an obsolete signature which
misses the `kwonlyargcount` parameter. Here is a patch.
msg61700 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2008-01-26 09:39
Committed r60313.
History
Date User Action Args
2022-04-11 14:56:30adminsetgithub: 46231
2008-01-26 09:39:30georg.brandlsetstatus: open -> closed
resolution: fixed
messages: + msg61700
nosy: + georg.brandl
2008-01-26 06:12:20pitroucreate