[issue17878] There is no way to get a list of available codecs

Paul Moore report at bugs.python.org
Thu May 2 16:51:01 CEST 2013


Paul Moore added the comment:

@doerwalter In that case, I'd take the view that such a codec should simply not return anything. The discovery mechanism can be limited to returning only statically discoverable codec names (and it can be documented as such).

The original use case was to support functionality like iconv -l. Omitting edge cases like this is probably reasonable in that context.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue17878>
_______________________________________


More information about the Python-bugs-list mailing list