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, carsten.klein@axn-software.de, 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 <1361698379.06.0.778756474464.issue16801@psf.upfronthosting.co.za>
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, carsten.klein@axn-software.de
2013-02-24 09:32:59serhiy.storchakasetmessageid: <1361698379.06.0.778756474464.issue16801@psf.upfronthosting.co.za>
2013-02-24 09:32:59serhiy.storchakalinkissue16801 messages
2013-02-24 09:32:58serhiy.storchakacreate