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:
Barney Gale 2024-04-01 20:37:41 +01:00 committed by GitHub
parent c741ad3537
commit fc8007ee36
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 47 additions and 1 deletions

View file

@ -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.