Kaydet (Commit) e2ccf560 authored tarafından Serhiy Storchaka's avatar Serhiy Storchaka

Issue #19380: Optimized parsing of regular expressions.

üst 5aa47443
This diff is collapsed.
...@@ -166,7 +166,9 @@ Core and Builtins ...@@ -166,7 +166,9 @@ Core and Builtins
Library Library
------- -------
- Issue 1519638: Now unmatched groups are replaced with empty strings in re.sub() - Issue #19380: Optimized parsing of regular expressions.
- Issue #1519638: Now unmatched groups are replaced with empty strings in re.sub()
and re.subn(). and re.subn().
- Issue #18615: sndhdr.what/whathdr now return a namedtuple. - Issue #18615: sndhdr.what/whathdr now return a namedtuple.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment