On 07.07.12 04:56, Steven D'Aprano wrote:
On Fri, 06 Jul 2012 12:55:31 -0400, Karl Knechtel wrote:
Hello all,
While attempting to make a wrapper for opening multiple types of
UTF-encoded files (more on that later, in a separate post, I guess), I
ran into some oddities with the `codecs` module
On Fri, 06 Jul 2012 12:55:31 -0400, Karl Knechtel wrote:
> Hello all,
>
> While attempting to make a wrapper for opening multiple types of
> UTF-encoded files (more on that later, in a separate post, I guess), I
> ran into some oddities with the `codecs` module, specifically to do with
> `.regist
Hello all,
While attempting to make a wrapper for opening multiple types of
UTF-encoded files (more on that later, in a separate post, I guess), I
ran into some oddities with the `codecs` module, specifically to do
with `.register` ing `CodecInfo` objects. I'd like to report a bug or
something, bu