Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74382a3 commit 18fd892Copy full SHA for 18fd892
1 file changed
Doc/whatsnew/3.7.rst
@@ -1214,6 +1214,10 @@ Changes in the Python API
1214
1215
(Contributed by Serhiy Storchaka in :issue:`25054` and :issue:`32308`.)
1216
1217
+* Change :func:`re.escape` to only escape regex special characters instead
1218
+ of escaping all characters other than ASCII letters, numbers, and ``'_'``.
1219
+ (Contributed by Serhiy Storchaka in :issue:`29995`.)
1220
+
1221
* :class:`tracemalloc.Traceback` frames are now sorted from oldest to most
1222
recent to be more consistent with :mod:`traceback`.
1223
(Contributed by Jesse Bakker in :issue:`32121`.)
0 commit comments