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 [email protected]
Recipients Arfrever, [email protected], larry, mark.dickinson, r.david.murray, terry.reedy
Date 2012-12-29.13:12:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
However, hinting inspect to use a different format when serializing the default values for existing keyword parameters of methods or functions
seems to be a good idea and +1 by me for that.

Personally, I'd rather have the decorator based solution than having to manually add additional fields to a given method or function.
History
Date User Action Args
2012-12-29 13:12:41[email protected]setrecipients: + [email protected], terry.reedy, mark.dickinson, larry, Arfrever, r.david.murray
2012-12-29 13:12:41[email protected]setmessageid: <[email protected]>
2012-12-29 13:12:41[email protected]linkissue16801 messages
2012-12-29 13:12:41[email protected]create