Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.debian.maint.python > #16352

Bug#1084600: mono: removal of Python standard libraries in Python 3.13

From Colin Watson <cjwatson@debian.org>
Newsgroups linux.debian.bugs.dist, linux.debian.maint.python
Subject Bug#1084600: mono: removal of Python standard libraries in Python 3.13
Date 2024-10-08 17:00 +0200
Message-ID <JvjQR-cP7-1@gated-at.bofh.it> (permalink)
References <JuYW5-hA9C-11@gated-at.bofh.it> <JuYW5-hA9C-9@gated-at.bofh.it> <JuYW5-hA9C-11@gated-at.bofh.it> <JuYW5-hA9C-9@gated-at.bofh.it>
Organization linux.* mail to news gateway

Cross-posted to 2 groups.

Show all headers | View raw


On Mon, Oct 07, 2024 at 06:31:17PM +0200, Antoine Le Gonidec wrote:
> My first step is going to check if I can simply drop this vendored
> boringssl source (with a bit of luck it is not required for anything
> really important).
> 
> If I can not do that I might have to find a way to patch it to drop the
> requirement on the deprecated "pipes" library. If it comes to that,
> could I expect some help (or at least advice) from the Python team?

In this case the fix is straightforward.  Nowadays you can safely assume
Python 3.3 or newer, and therefore you can replace "import pipes" with
"import shlex" and "pipes.quote" with "shlex.quote"; that seems to be
all that this script needs.

-- 
Colin Watson (he/him)                              [cjwatson@debian.org]

Back to linux.debian.maint.python | Previous | NextPrevious in thread | Next in thread | Find similar


Thread

Bug#1084600: mono: removal of Python standard libraries in Python 3.13 Antoine Le Gonidec <debian@dotslashplay.it> - 2024-10-07 18:40 +0200
  Bug#1084600: mono: removal of Python standard libraries in Python 3.13 Colin Watson <cjwatson@debian.org> - 2024-10-08 17:00 +0200
    Bug#1084600: mono: removal of Python standard libraries in Python 3.13 Antoine Le Gonidec <debian@dotslashplay.it> - 2024-10-08 19:10 +0200

csiph-web