Cyril Roelandt 3474dd5074 Python 3.13: do not use removed module "pipes"
This module has been removed in Python 3.13. There is no change in
functionality:

$ python3
Python 3.12.4 (main, Jun 12 2024, 19:06:53) [GCC 13.2.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import shlex, pipes
<stdin>:1: DeprecationWarning: 'pipes' is deprecated and slated for
removal in Python 3.13
>>> shlex.quote == pipes.quote
True

Change-Id: Ia4325a1c159812ed7879066e2803fbc68bb26665
2024-08-29 21:22:33 +02:00
2024-05-01 11:39:06 +09:00
2024-02-07 12:26:30 +09:00
2019-04-19 19:48:27 +00:00
2015-10-23 18:51:29 +11:00
2024-01-26 01:14:08 +09:00
2019-12-11 10:26:01 +00:00
2015-10-23 18:51:29 +11:00
2023-10-26 14:57:13 +02:00
2024-01-26 01:14:08 +09:00
2020-02-11 18:51:53 +01:00
2024-01-26 01:14:08 +09:00
2024-02-07 12:26:30 +09:00

Team and repository tags

image

oslo.privsep

Latest Version

OpenStack library for privilege separation

This library helps applications perform actions which require more or less privileges than they were started with in a safe, easy to code and easy to use manner. For more information on why this is generally a good idea please read over the principle of least privilege and the specification which created this library.

Description
OpenStack library for privilege separation
Readme 2.9 MiB
Languages
Python 100%