mirror of
https://github.com/python/cpython.git
synced 2024-11-27 11:55:13 +08:00
Issue #25584: Added "escape" to the __all__ list in the glob module.
From patch by Xavier de Gaye.
This commit is contained in:
parent
735b790fed
commit
04b5700b36
@ -4,7 +4,7 @@ import os
|
||||
import re
|
||||
import fnmatch
|
||||
|
||||
__all__ = ["glob", "iglob"]
|
||||
__all__ = ["glob", "iglob", "escape"]
|
||||
|
||||
def glob(pathname, *, recursive=False):
|
||||
"""Return a list of paths matching a pathname pattern.
|
||||
|
Loading…
Reference in New Issue
Block a user