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, ezio.melotti, lemburg, ncoghlan, paul.moore, vstinner
Date 2013-05-02.06:46:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <51820BB5.30104@egenix.com>
In-reply-to <1367452758.85.0.607364492911.issue17878@psf.upfronthosting.co.za>
Content
On 02.05.2013 01:59, Dmi Baranov wrote:
> 
> Dmi Baranov added the comment:
> 
> I think its not possible while codecs registry contains search callbacks (stateless-registry)

It is possible: we'd just need to invent a way to ask search functions
for the list of available codecs, e.g. by moving from plain function
objects to CodecSearchFunction objects.
History
Date User Action Args
2013-05-02 06:46:15lemburgsetrecipients: + lemburg, paul.moore, ncoghlan, vstinner, ezio.melotti, dmi.baranov
2013-05-02 06:46:15lemburglinkissue17878 messages
2013-05-02 06:46:14lemburgcreate