Commit c1e7fd6c authored by R David Murray's avatar R David Murray

whatsnew: glob.escape.

parent db68c3a5
......@@ -793,6 +793,14 @@ dictionaries containing the collections statistics since interpreter startup.
(Contributed by Antoine Pitrou in :issue:`16351`.)
glob
----
A new function :func:`~glob.escape` provides a way to escape special characters
in a filename so that they do not become part of the globbing expansion but are
instead matched literally. (Contributed by Serhiy Storchaka in :issue:`8402`.)
hashlib
-------
......
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