Skip to content

Conversation

@musicinmybrain
Copy link

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.

The shlex.quote() API is available from Python 3.3 on; pipes.quote() was
never documented, and is removed in Python 3.13.

Fixes xolox#119.
@musicinmybrain
Copy link
Author

When xolox/python-humanfriendly#75 is also applied, all tests pass on Python 3.13.

gentoo-bot pushed a commit to gentoo/gentoo that referenced this pull request Jun 30, 2024
It was necessary to apply patch [1] in order to make py3.13 work.

[1] xolox/python-coloredlogs#120

Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
@exislow
Copy link

exislow commented Oct 21, 2025

When will this be merged?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Relies on the pipes module, removed from the standard library in Python 3.13

2 participants