mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
These undocumented functions are no longer used by `msilib`, so there's no reason to keep them around.
3 lines
157 B
ReStructuredText
3 lines
157 B
ReStructuredText
Deprecate undocumented :func:`!glob.glob0` and :func:`!glob.glob1`
|
|
functions. Use :func:`glob.glob` and pass a directory to its
|
|
*root_dir* argument instead.
|