Re: [LyX/master] Python 3.13 removed the pipes module from the standard library

2024-08-27 Thread José Matos
On Sun, 2024-08-25 at 10:20 +0100, José Matos wrote: > @Riki candidate for 2.4.2. > > This change seems straightforward but, as usual, things can go wrong. > :-) > > Best regards, Done after getting the nod from Riki. FWIW this code needs a shell so it is only used for unix-like systems. -- J

Re: [LyX/master] Python 3.13 removed the pipes module from the standard library

2024-08-25 Thread José Matos
On Sun, 2024-08-25 at 09:14 +, José Matos wrote: > commit d06a034578da4b20fb26e53ff983a77ca90bd07c > Author: José Matos > Date:   Sun Aug 25 10:14:18 2024 +0100 > >     Python 3.13 removed the pipes module from the standard library >     >     That module was a wrapper over the popen module