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 larry
Recipients doerwalter, larry, lemburg, ncoghlan, serhiy.storchaka, yselivanov
Date 2015-08-08.18:27:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1439058451.96.0.672170719261.issue24824@psf.upfronthosting.co.za>
In-reply-to
Content
Can we do better?  How about a new field on the Parameter object, "symbolic_default_value", which shows you the expression used to compute the value?  We could then set default_value to the result of the expression, pydoc could print the symbolic expression, and codecs encode/decode could be more straightforward.
History
Date User Action Args
2015-08-08 18:27:32larrysetrecipients: + larry, lemburg, doerwalter, ncoghlan, serhiy.storchaka, yselivanov
2015-08-08 18:27:31larrysetmessageid: <1439058451.96.0.672170719261.issue24824@psf.upfronthosting.co.za>
2015-08-08 18:27:31larrylinkissue24824 messages
2015-08-08 18:27:31larrycreate