[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-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 rep...@bugs.python.org
http://bugs.python.org/issue21944
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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
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 rep...@bugs.python.org
http://bugs.python.org/issue21944
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue21944] Allow copying of CodecInfo objects

2014-07-09 Thread Berker Peksag

Changes by Berker Peksag berker.pek...@gmail.com:


--
nosy: +berker.peksag, lemburg

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue21944
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com