projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c210de1
)
whatsnew: glob.escape.
author
R David Murray
<rdmurray@bitdance.com>
Sun, 9 Mar 2014 02:23:21 +0000
(21:23 -0500)
committer
R David Murray
<rdmurray@bitdance.com>
Sun, 9 Mar 2014 02:23:21 +0000
(21:23 -0500)
Doc/whatsnew/3.4.rst
patch
|
blob
|
history
diff --git
a/Doc/whatsnew/3.4.rst
b/Doc/whatsnew/3.4.rst
index 54af9d4b10bd34feeeac2d048118c076c23d228f..df15c5ab4c381bea8438ffac476f638a419dadb2 100644
(file)
--- a/
Doc/whatsnew/3.4.rst
+++ b/
Doc/whatsnew/3.4.rst
@@
-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
-------