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.

Author tonylownds
Recipients
Date 2006-12-23.19:05:39
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Initial patch to implement keyword-only arguments and annotations support for pydoc and inspect.
Tests do not exercise these features, yet.

Output for annotations that are types is special cased so that for:

def intmin(*a: int) -> int: pass

...help(intmin) will display:

intmin(*a: int) -> int

File Added: pydoc.patch
History
Date User Action Args
2007-08-23 15:55:33adminlinkissue1607548 messages
2007-08-23 15:55:33admincreate