]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #19365: Optimized the parsing of long replacement string in re.sub*()
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 23 Oct 2013 19:27:52 +0000 (22:27 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Wed, 23 Oct 2013 19:27:52 +0000 (22:27 +0300)
commit9c15ec1ce6a8353b50819baa843c144572807401
treeaca9ff89020c0e00f9a22c3549bf2f81db6bd012
parent4d397008cdbcc653ff69fc9a39d29e2aaae07512
Issue #19365: Optimized the parsing of long replacement string in re.sub*()
functions.
Lib/sre_parse.py
Misc/NEWS