mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
GH-117337: Deprecate glob.glob0() and glob.glob1(). (#117371)
These undocumented functions are no longer used by `msilib`, so there's no reason to keep them around.
This commit is contained in:
parent
c741ad3537
commit
fc8007ee36
4 changed files with 47 additions and 1 deletions
|
|
@ -0,0 +1,3 @@
|
|||
Deprecate undocumented :func:`!glob.glob0` and :func:`!glob.glob1`
|
||||
functions. Use :func:`glob.glob` and pass a directory to its
|
||||
*root_dir* argument instead.
|
||||
Loading…
Add table
Add a link
Reference in a new issue