[New-bugs-announce] [issue16058] ConfigParser no longer deepcopy compatible in 2.7

Robert Collins report at bugs.python.org
Thu Sep 27 02:18:53 CEST 2012


New submission from Robert Collins:

In 2.6 deepcopy(ConfigParser) worked, in 2.7 it doesn't due to the _optcre variable which is a compiled regex pattern.

----------
components: Library (Lib)
messages: 171364
nosy: rbcollins
priority: normal
severity: normal
status: open
title: ConfigParser no longer deepcopy compatible in 2.7
versions: Python 2.7

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


More information about the New-bugs-announce mailing list