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 serhiy.storchaka
Recipients Arfrever, barry, [email protected], ezio.melotti, georg.brandl, larry, mark.dickinson, r.david.murray, rhettinger, serhiy.storchaka, terry.reedy
Date 2013-02-24.09:32:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
It's particular because there are functions whose signatures can't be expressed with valid Python syntax (dict, range, operator.methodcaller, many curses functions). They required other solution and this more general solution is applicable for the problem of nonstandard representation of default values.
History
Date User Action Args
2013-02-24 09:32:59serhiy.storchakasetrecipients: + serhiy.storchaka, barry, georg.brandl, rhettinger, terry.reedy, mark.dickinson, larry, ezio.melotti, Arfrever, r.david.murray, [email protected]
2013-02-24 09:32:59serhiy.storchakasetmessageid: <[email protected]>
2013-02-24 09:32:59serhiy.storchakalinkissue16801 messages
2013-02-24 09:32:58serhiy.storchakacreate