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 lemburg
Recipients dmi.baranov, doerwalter, ezio.melotti, lemburg, ncoghlan, paul.moore, vstinner
Date 2013-05-02.14:53:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <51827DD8.8050008@egenix.com>
In-reply-to <1367505958.56.0.481860488119.issue17878@psf.upfronthosting.co.za>
Content
On 02.05.2013 16:45, Walter Dörwald wrote:
> ...
> The search function can't return a list of codec names in this case, as the list is infinite.

True.

The search object will have to be allowed to raise a
NotImplementedError or some other error/return value
to signal that the list of supported codecs is not available.

Note that the search object should only return a list of
supported canonical encoding names with .list_codecs(),
not all possible ones :-)
History
Date User Action Args
2013-05-02 14:53:14lemburgsetrecipients: + lemburg, doerwalter, paul.moore, ncoghlan, vstinner, ezio.melotti, dmi.baranov
2013-05-02 14:53:14lemburglinkissue17878 messages
2013-05-02 14:53:14lemburgcreate