Re: Enumerate registered codecs

2005-07-31 Thread Martin v. Löwis
Paul Watson wrote: > The primary identifier and a descriptive string (localized) need to be > available at a minimum. Having aliases would be a plus. You will have to implement your own list. Getting the well-known aliases is possible through encodings.aliases, but a localized descriptive string

Re: Enumerate registered codecs

2005-07-31 Thread Paul Watson
John Machin wrote: > Paul Watson wrote: > >> I see the list of standard encodings in Python 2.4.1 documentation >> section 4.9.2. >> >> Is there a method to enumerate the registered codecs at runtime? > > This has been asked before, within the last couple of months AFAIR. Use > Google to search

Re: Enumerate registered codecs

2005-07-31 Thread John Machin
Paul Watson wrote: > I see the list of standard encodings in Python 2.4.1 documentation > section 4.9.2. > > Is there a method to enumerate the registered codecs at runtime? This has been asked before, within the last couple of months AFAIR. Use Google to search for codec(s) in this newsgroup i

Enumerate registered codecs

2005-07-31 Thread Paul Watson
I see the list of standard encodings in Python 2.4.1 documentation section 4.9.2. Is there a method to enumerate the registered codecs at runtime? -- http://mail.python.org/mailman/listinfo/python-list