Ticket Change Details
Overview
Artifact ID: | 55e07f291948bea7f5140077c924f5661bb8aba5 |
---|---|
Ticket: | fc76ee56b172a57898dbb8f0205bffd19fe735a3
Pipes is no longer used inPython 3.13 |
User & Date: | joostden on 2025-02-09 11:11:44 |
Changes
- foundin changed to: "2.2.2"
- icomment:
Replace the use of `pipes` with `shlex` to fix compatibility with Python 3.13. The former was always an undocumented alias to the latter, and the `pipes` module was removed completely in Python 3.13. This must be changed in action.py at 2 lines (line 40 and line 209)
- login: "joostden"
- mimetype: "text/x-markdown"
- private_contact changed to: "cb3f2a03b04071571f2cd3b6852e162815ca28e4"
- severity changed to: "Critical"
- status changed to: "Open"
- title changed to: "Pipes is no longer used inPython 3.13"
- type changed to: "Code_Defect"