mirror of https://github.com/grpc/grpc.git
Starting from Python 3.11, the pipes module produces this warning: DeprecationWarning: 'pipes' is deprecated and slated for removal in Python 3.13 Turns out that in this repo the pipes module is only used for the "quote" function which is turn directly taken from the shlex module [1]. The shlex module is not deprecated as of today and is already used in other places in this repo. The function shlex.quote has been around since the ancient Python 3.3. [1] https://github.com/python/cpython/blob/3.11/Lib/pipes.py#L64-L66pull/34941/head
parent
c09a008414
commit
233c54c135
2 changed files with 7 additions and 7 deletions
Loading…
Reference in new issue