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 c210de1 commit 1cd0e85Copy full SHA for 1cd0e85
1 file changed
Doc/whatsnew/3.4.rst
@@ -793,6 +793,14 @@ dictionaries containing the collections statistics since interpreter startup.
793
(Contributed by Antoine Pitrou in :issue:`16351`.)
794
795
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
804
hashlib
805
-------
806
0 commit comments