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 larry, serhiy.storchaka, zach.ware
Date 2015-04-19.10:43:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1429440239.21.0.388165392023.issue24000@psf.upfronthosting.co.za>
In-reply-to
Content
Converters with encoding=True are not used in converted code. "es" is never used in still non-converted code and "et" is used only 6 times (for "idna" and "utf-8" encodings) and can be replaced with custom converter or inlined code. So I think the support of encoding=True should be removed from Argument Clinic soon.

Converters with length=True are used very rarely too, and they are mostly legacy converters. I think we should get rid of most of them in future.
History
Date User Action Args
2015-04-19 10:43:59serhiy.storchakasetrecipients: + serhiy.storchaka, larry, zach.ware
2015-04-19 10:43:59serhiy.storchakasetmessageid: <1429440239.21.0.388165392023.issue24000@psf.upfronthosting.co.za>
2015-04-19 10:43:59serhiy.storchakalinkissue24000 messages
2015-04-19 10:43:59serhiy.storchakacreate