]> granicus.if.org Git - python/commit
Issue #8402: Added the escape() function to the glob module.
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 18 Nov 2013 11:06:43 +0000 (13:06 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Mon, 18 Nov 2013 11:06:43 +0000 (13:06 +0200)
commitfd32fffa5ada8b8be8a65bd51b001d989f99a3d3
tree2b0324a2068af8e9b1d887bb74b426ac9f12ca2b
parente3010fd740b63df306f878fc872e29d5f6be7487
Issue #8402: Added the escape() function to the glob module.
Doc/library/glob.rst
Lib/glob.py
Lib/test/test_glob.py
Misc/NEWS