Your message dated Mon, 7 Oct 2024 18:16:07 +0100
with message-id <[email protected]>
and subject line Re: Bug#1084583: putty: removal of Python standard libraries
in Python 3.13
has caused the Debian Bug report #1084583,
regarding putty: removal of Python standard libraries in Python 3.13
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
1084583: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1084583
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: putty
Severity: important
User: [email protected]
Usertags: pep-594-deprecation-313
Dear maintainer(s),
Python 3.13 removes a large amount of so called 'dead battery' libraries
from the standard library. As such, code that imports these libraries
will no longer work in Python 3.13, which is the targeted version for
Trixie.
The following removed libraries were found in this package:
pipes: windows/msifixup.py:8
See this link for more details:
https://peps.python.org/pep-0594/#deprecated-modules
Cheers,
--
⢀⣴⠾⠻⢶⣦⠀
⣾⠁⢠⠒⠀⣿⡁ Louis-Philippe Véronneau
⢿⡄⠘⠷⠚⠋ [email protected] / veronneau.org
⠈⠳⣄
--- End Message ---
--- Begin Message ---
On Mon, Oct 07, 2024 at 12:16:40PM -0400, Louis-Philippe Véronneau wrote:
> Python 3.13 removes a large amount of so called 'dead battery' libraries
> from the standard library. As such, code that imports these libraries will
> no longer work in Python 3.13, which is the targeted version for Trixie.
>
> The following removed libraries were found in this package:
>
> pipes: windows/msifixup.py:8
>
> See this link for more details:
> https://peps.python.org/pep-0594/#deprecated-modules
This isn't actually a problem for Debian, because it's in Windows-only
code that we never call, so I don't think it makes sense to keep this
open as a Debian bug.
However, upstream (CCed) might want to fix it anyway. You just need to
replace "pipes" with "shlex" in that file; that works all the way back
to Python 3.3, so should be fine nowadays.
Thanks,
--
Colin Watson (he/him) [[email protected]]
--- End Message ---