python-coloredlogs icon indicating copy to clipboard operation
python-coloredlogs copied to clipboard

Replace pipes.quote with shlex.quote on Python 3

Open musicinmybrain opened this issue 1 year ago • 2 comments

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.

musicinmybrain avatar Jun 12 '24 18:06 musicinmybrain

When https://github.com/xolox/python-humanfriendly/pull/75 is also applied, all tests pass on Python 3.13.

musicinmybrain avatar Jun 12 '24 18:06 musicinmybrain

When will this be merged?

exislow avatar Oct 21 '25 05:10 exislow