This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author rbcollins
Recipients rbcollins
Date 2012-09-27.00:18:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1348705133.3.0.138375656992.issue16058@psf.upfronthosting.co.za>
In-reply-to
Content
In 2.6 deepcopy(ConfigParser) worked, in 2.7 it doesn't due to the _optcre variable which is a compiled regex pattern.
History
Date User Action Args
2012-09-27 00:18:54rbcollinssetrecipients: + rbcollins
2012-09-27 00:18:53rbcollinssetmessageid: <1348705133.3.0.138375656992.issue16058@psf.upfronthosting.co.za>
2012-09-27 00:18:52rbcollinslinkissue16058 messages
2012-09-27 00:18:51rbcollinscreate