python-coloredlogs
python-coloredlogs copied to clipboard
Replace pipes.quote with shlex.quote on Python 3
The shlex.quote() API is available from Python 3.3 on; pipes.quote() was never documented, and is removed in Python 3.13.
Fixes #119.
When https://github.com/xolox/python-humanfriendly/pull/75 is also applied, all tests pass on Python 3.13.
When will this be merged?