Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1cd0e85

Browse files
committed
whatsnew: glob.escape.
1 parent c210de1 commit 1cd0e85

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

Doc/whatsnew/3.4.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -793,6 +793,14 @@ dictionaries containing the collections statistics since interpreter startup.
793793
(Contributed by Antoine Pitrou in :issue:`16351`.)
794794

795795

796+
glob
797+
----
798+
799+
A new function :func:`~glob.escape` provides a way to escape special characters
800+
in a filename so that they do not become part of the globbing expansion but are
801+
instead matched literally. (Contributed by Serhiy Storchaka in :issue:`8402`.)
802+
803+
796804
hashlib
797805
-------
798806

0 commit comments

Comments
 (0)