Commit 18fd8924 authored by Cheryl Sabella's avatar Cheryl Sabella Committed by Ned Deily

bpo-30147: Add re.escape changes to 3.7 What's New (GH-5978)

parent 74382a3f
......@@ -1214,6 +1214,10 @@ Changes in the Python API
(Contributed by Serhiy Storchaka in :issue:`25054` and :issue:`32308`.)
* Change :func:`re.escape` to only escape regex special characters instead
of escaping all characters other than ASCII letters, numbers, and ``'_'``.
(Contributed by Serhiy Storchaka in :issue:`29995`.)
* :class:`tracemalloc.Traceback` frames are now sorted from oldest to most
recent to be more consistent with :mod:`traceback`.
(Contributed by Jesse Bakker in :issue:`32121`.)
......
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