[Python-checkins] cpython: whatsnew: glob.escape.

r.david.murray python-checkins at python.org
Sun Mar 9 03:41:47 CET 2014


http://hg.python.org/cpython/rev/e617f0ac696d
changeset:   89514:e617f0ac696d
parent:      89512:1853679c6f71
user:        R David Murray <rdmurray at bitdance.com>
date:        Sat Mar 08 21:23:21 2014 -0500
summary:
  whatsnew: glob.escape.

files:
  Doc/whatsnew/3.4.rst |  8 ++++++++
  1 files changed, 8 insertions(+), 0 deletions(-)


diff --git a/Doc/whatsnew/3.4.rst b/Doc/whatsnew/3.4.rst
--- a/Doc/whatsnew/3.4.rst
+++ b/Doc/whatsnew/3.4.rst
@@ -793,6 +793,14 @@
 (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
 -------
 

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list