Internet radio browser GUI for music/video streams from various directory services.

⌈⌋ ⎇ branch:  streamtuner2


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

  1. foundin changed to: "2.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)
    
  3. login: "joostden"
  4. mimetype: "text/x-markdown"
  5. private_contact changed to: "cb3f2a03b04071571f2cd3b6852e162815ca28e4"
  6. severity changed to: "Critical"
  7. status changed to: "Open"
  8. title changed to: "Pipes is no longer used inPython 3.13"
  9. type changed to: "Code_Defect"