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
|
|
@ -813,6 +813,11 @@ Deprecated
|
|||
translation was not found.
|
||||
(Contributed by Serhiy Storchaka in :gh:`88434`.)
|
||||
|
||||
* :mod:`glob`: The undocumented :func:`!glob.glob0` and :func:`!glob.glob1`
|
||||
functions are deprecated. Use :func:`glob.glob` and pass a directory to its
|
||||
*root_dir* argument instead.
|
||||
(Contributed by Barney Gale in :gh:`117337`.)
|
||||
|
||||
* :mod:`http.server`: :class:`http.server.CGIHTTPRequestHandler` now emits a
|
||||
:exc:`DeprecationWarning` as it will be removed in 3.15. Process-based CGI
|
||||
HTTP servers have been out of favor for a very long time. This code was
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue