[New-bugs-announce] [issue21944] Allow copying of CodecInfo objects

Robert Lehmann report at bugs.python.org
Wed Jul 9 13:52:09 CEST 2014


New submission from Robert Lehmann:

CodecInfo objects as retrieved from codecs.lookup currently throw an exception when trying to copy or pickle them.

I have attached a patch with a fix and tests.

----------
components: Library (Lib)
files: copy_codecinfo.patch
keywords: patch
messages: 222609
nosy: lehmannro
priority: normal
severity: normal
status: open
title: Allow copying of CodecInfo objects
type: behavior
versions: Python 3.5
Added file: http://bugs.python.org/file35912/copy_codecinfo.patch

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


More information about the New-bugs-announce mailing list