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 larry, serhiy.storchaka
Date 2014-01-06.15:50:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
Here's the problem.  Let's say I gave you a way of specifying a symbolic constant for the default value for C.  What value should we use for the default value in Python?  Keep in mind, it has to be expressed as a static value that can be stored as a string as part of the __text_signature__ at the front of the docstring.

If you can answer that question, we can solve the problem.
History
Date User Action Args
2014-01-06 15:50:12larrysetrecipients: + larry, serhiy.storchaka
2014-01-06 15:50:12larrysetmessageid: <[email protected]>
2014-01-06 15:50:12larrylinkissue20144 messages
2014-01-06 15:50:12larrycreate