Serhiy Storchaka added the comment:

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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue24000>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to