[issue21944] Allow copying of CodecInfo objects

2021-11-26 Thread Irit Katriel
Change by Irit Katriel : -- type: behavior -> enhancement versions: +Python 3.11 -Python 3.5 ___ Python tracker ___ ___ Python-bugs-

[issue21944] Allow copying of CodecInfo objects

2019-03-15 Thread Mark Lawrence
Change by Mark Lawrence : -- nosy: -BreamoreBoy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail

[issue21944] Allow copying of CodecInfo objects

2015-02-27 Thread Mark Lawrence
Mark Lawrence added the comment: The change to codecs.py seems simple enough but would we usually use plain asserts in test code? -- nosy: +BreamoreBoy ___ Python tracker ___ __

[issue21944] Allow copying of CodecInfo objects

2014-07-09 Thread Berker Peksag
Changes by Berker Peksag : -- nosy: +berker.peksag, lemburg ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: htt

[issue21944] Allow copying of CodecInfo objects

2014-07-09 Thread Robert Lehmann
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