]> git.lyx.org Git - lyx.git/commit
Python 3.13 removed the pipes module from the standard library
authorJosé Matos <jamatos@lyx.org>
Sun, 25 Aug 2024 09:14:18 +0000 (10:14 +0100)
committerJosé Matos <jamatos@lyx.org>
Sun, 25 Aug 2024 09:14:18 +0000 (10:14 +0100)
commitd06a034578da4b20fb26e53ff983a77ca90bd07c
tree86a1a5bd7c07eb31a77ff6aa7edb5c96f0e89a4a
parent648f6a3d45b4bf4b14f1cb46dc6191964335ae7f
Python 3.13 removed the pipes module from the standard library

That module was a wrapper over the popen module and it was scheduled to
be removed in Python 3.11.

This code is also compatible with Python 2.
lib/scripts/legacy_lyxpreview2ppm.py