[New-bugs-announce] [issue22416] Pickling compiled re patterns

Serhiy Storchaka report at bugs.python.org
Mon Sep 15 10:42:37 CEST 2014


New submission from Serhiy Storchaka:

Compiled re._compile() is used to reconstruct compiled regular expression pattern. re._compile() is private function and can be removed in (long-term) future. I propose to use re.compile() instead.

----------
components: Library (Lib), Regular Expressions
keywords: easy
messages: 226905
nosy: ezio.melotti, mrabarnett, pitrou, serhiy.storchaka
priority: normal
severity: normal
status: open
title: Pickling compiled re patterns
type: enhancement
versions: Python 3.5

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


More information about the New-bugs-announce mailing list